About: HTTP 303     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:WrittenCommunication106349220, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FHTTP_303

The HTTP response status code 303 See Other is a way to redirect web applications to a new URI, particularly after a HTTP POST has been performed, since RFC 2616 (HTTP 1.1). According to RFC 7231, which obsoletes RFC 2616, "A 303 response to a GET request indicates that the origin server does not have a representation of the target resource that can be transferred by the server over HTTP. However, the Location field value refers to a resource that is descriptive of the target resource, such that making a retrieval request on that other resource might result in a representation that is useful to recipients without implying that it represents the original target resource."

AttributesValues
rdf:type
rdfs:label
  • رسالة بروتوكول نقل النص الفائق 303 (ar)
  • HTTP 303 (in)
  • HTTP 303 (en)
  • HTTP 303 (pt)
  • HTTP 303 (zh)
rdfs:comment
  • Kode status tanggap HTTP 303 See Other adalah cara mengalihkan aplikasi web menuju baru, khususnya setelah dilakukan (sejak RFC 2616/HTTP 1.1). Menurut RFC 7231, yang memperbarui RFC 2616, Tanggapan ini menunjukkan bahwa tanggapan yang benar dapat ditemukan di bawah URI yang berbeda dan harus dapat diakses menggunakan metode GET. URI bukanlah rujukan pengganti untuk sumber aslinya. Kode status ini harus digunakan bersama kepala . (in)
  • HTTP 303 See Other ,自 RFC 2616(HTTP 1.1)起,用于在收到HTTP POST请求之后,进行URL重定向的操作。 (zh)
  • إتش تي تي بي 303 هو وسيلة لإعادة توجيه تطبيقات الويب إلى معرف الموارد الموحد الجديد، خاصة بعد تنفيذ إتش تي تي بي POST ، منذ RFC 2616 (HTTP 1.1). وفقًا لـ RFC 7231، «تشير الاستجابة 303 لطلب GET إلى أن الخادم الأصلي لا يحتوي على تمثيل للمورد الهدف الذي يمكن نقله بواسطة الخادم عبر HTTP. ومع ذلك، تشير قيمة حقل» الموقع«إلى مورد وصفي للمورد الهدف، مثل أن يؤدي تقديم طلب استرجاع على ذلك المورد الآخر إلى تمثيل مفيد للمستلمين دون أن يعني أنه يمثل المورد الهدف الأصلي.» (ar)
  • The HTTP response status code 303 See Other is a way to redirect web applications to a new URI, particularly after a HTTP POST has been performed, since RFC 2616 (HTTP 1.1). According to RFC 7231, which obsoletes RFC 2616, "A 303 response to a GET request indicates that the origin server does not have a representation of the target resource that can be transferred by the server over HTTP. However, the Location field value refers to a resource that is descriptive of the target resource, such that making a retrieval request on that other resource might result in a representation that is useful to recipients without implying that it represents the original target resource." (en)
  • HTTP 303, ou 303 See Other, é o de resposta HTTP que realiza o redirecionamento de aplicações web para um novo URI, especialmente após um ter sido realizado, o qual consta a partir do RFC 2616 (HTTP 1.1). (pt)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • إتش تي تي بي 303 هو وسيلة لإعادة توجيه تطبيقات الويب إلى معرف الموارد الموحد الجديد، خاصة بعد تنفيذ إتش تي تي بي POST ، منذ RFC 2616 (HTTP 1.1). وفقًا لـ RFC 7231، «تشير الاستجابة 303 لطلب GET إلى أن الخادم الأصلي لا يحتوي على تمثيل للمورد الهدف الذي يمكن نقله بواسطة الخادم عبر HTTP. ومع ذلك، تشير قيمة حقل» الموقع«إلى مورد وصفي للمورد الهدف، مثل أن يؤدي تقديم طلب استرجاع على ذلك المورد الآخر إلى تمثيل مفيد للمستلمين دون أن يعني أنه يمثل المورد الهدف الأصلي.» يجب استخدام رمز الحالة هذا مع رأس الموقع، كما هو موضح أدناه. إذا كان الخادم يستجيب إلى POST أو طلب آخر غير ذي معنى مع 303 انظر استجابة أخرى وقيمة لرأس الموقع، من المتوقع أن يحصل العميل على المورد المذكور في رأس الموقع باستخدام طريقة GET ؛ لتشغيل طلب إلى المورد الهدف باستخدام نفس الطريقة، من المتوقع أن يقدم الخادم استجابة 307 إعادة توجيه مؤقتة . تم اقتراح «الآخر» كطريقة للاستجابة لطلب URI يحدد كائنًا حقيقيًا وفقًا لنظرية الويب الدلالية (الطريقة الأخرى هي استخدام URIs التجزئة). على سبيل المثال، إذا حددت http://www.example.com/id/alice شخصًا، أليس، فسيكون من غير المناسب أن يستجيب خادم لطلب GET بالرقم 200 موافق، لأن الخادم لم يتمكن من تسليم أليس بنفسها. بدلاً من ذلك، سيصدر الخادم ردًا 303 راجع استجابة أخرى تمت إعادة توجيهها إلى عنوان URI منفصل مع توفير وصف للشخص Alice. 303 أخرى يمكن استخدامها لأغراض أخرى. على سبيل المثال، عند إنشاء واجهة برمجة تطبيقات RESTful على الويب والتي تحتاج إلى العودة إلى المتصل فورًا مع الاستمرار في التنفيذ بشكل غير متزامن (مثل تحويل صورة طويل الأمد)، يمكن أن توفر واجهة برمجة تطبيقات الويب اختبار URI للحالة يسمح للعميل الأصلي الذي طلب التحويل للتحقق من حالة التحويل. يجب أن تقوم واجهة برمجة التطبيقات للتحقق من الحالة هذه بإرجاع 303 راجع الآخر للمتصل عند اكتمال المهمة، بالإضافة إلى معرف URI لاسترداد النتيجة في حقل رأس الموقع HTTP. (ar)
  • The HTTP response status code 303 See Other is a way to redirect web applications to a new URI, particularly after a HTTP POST has been performed, since RFC 2616 (HTTP 1.1). According to RFC 7231, which obsoletes RFC 2616, "A 303 response to a GET request indicates that the origin server does not have a representation of the target resource that can be transferred by the server over HTTP. However, the Location field value refers to a resource that is descriptive of the target resource, such that making a retrieval request on that other resource might result in a representation that is useful to recipients without implying that it represents the original target resource." This status code should be used with the location header, as described below. If a server responds to a POST or other non-idempotent request with a 303 See Other response and a value for the location header, the client is expected to obtain the resource mentioned in the location header using the GET method; to trigger a request to the target resource using the same method, the server is expected to provide a 307 Temporary Redirect response. 303 See Other has been proposed as one way of responding to a request for a URI that identifies a real-world object according to Semantic Web theory (the other being the use of hash URIs). For example, if http://www.example.com/id/alice identifies a person, Alice, then it would be inappropriate for a server to respond to a GET request with 200 OK, as the server could not deliver Alice herself. Instead the server would issue a 303 See Other response which redirected to a separate URI providing a description of the person Alice. 303 See Other can be used for other purposes. For example, when building a RESTful web API that needs to return to the caller immediately but continue executing asynchronously (such as a long-lived image conversion), the web API can provide a status check URI that allows the original client who requested the conversion to check on the conversion's status. This status check web API should return 303 See Other to the caller when the task is complete, along with a URI from which to retrieve the result in the Location HTTP header field. (en)
  • Kode status tanggap HTTP 303 See Other adalah cara mengalihkan aplikasi web menuju baru, khususnya setelah dilakukan (sejak RFC 2616/HTTP 1.1). Menurut RFC 7231, yang memperbarui RFC 2616, Tanggapan ini menunjukkan bahwa tanggapan yang benar dapat ditemukan di bawah URI yang berbeda dan harus dapat diakses menggunakan metode GET. URI bukanlah rujukan pengganti untuk sumber aslinya. Kode status ini harus digunakan bersama kepala . (in)
  • HTTP 303, ou 303 See Other, é o de resposta HTTP que realiza o redirecionamento de aplicações web para um novo URI, especialmente após um ter sido realizado, o qual consta a partir do RFC 2616 (HTTP 1.1). De acordo com a RFC 7231, que torna a RFC 2616 obsoleta, "Uma resposta 303 a um pedido GET indica que o servidor de origem não tem uma representação do recurso objetivado que pode ser transferido pelo servidor sobre o HTTP. No entanto, o valor do campo Location (localização) refere-se a um recurso que é descritivo do recurso objetivado, de modo que fazer um pedido de recuperação daquele outro recurso pode resultar em uma representação que é útil para os destinatários sem implicar que representa o recurso de destino original ". Este código de estado deve ser usado com o cabeçalho de . Se um servidor responde a um POST ou outra requisição não-idempotente com uma resposta 303 Veja Outro e um valor para o cabeçalho de localização, é esperado que o cliente obtenha o recurso mencionado no cabeçalho de localização usando o método GET. Para desencadear uma requisição ao recurso objetivado, utilizando o mesmo método, é esperado que o servidor forneça uma resposta 307 Redirecionamento Temporário. (pt)
  • HTTP 303 See Other ,自 RFC 2616(HTTP 1.1)起,用于在收到HTTP POST请求之后,进行URL重定向的操作。 (zh)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (62 GB total memory, 47 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software