Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
I'm trying of provisioning the web site by HTTP.
The problem is when the HTTP server answer with redirect response (301 Moved Permanently), the URL: don’t request to the new location provided in the answer !!!
My question is that:
Do The CppServer support http redirection?
What is the required code?
I'm trying of provisioning the web site by HTTP. The problem is when the HTTP server answer with redirect response (301 Moved Permanently), the URL: don’t request to the new location provided in the answer !!! My question is that: Do The CppServer support http redirection? What is the required code?
Thank you in advance