Add Reply
Error HTTP 303
Topic Started: Jan 24 2018, 02:05 PM (3 Views)
victorgrant

Hi,

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,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.
how we can resolve this Error..?????

Please help.
Thanks!

I didn't find the right solution from the Internet.

References:https://en.wikipedia.org/wiki/HTTP_303

Wireless Equipment Video
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Techinical Questions · Next Topic »
Add Reply