chronoxor / CppServer

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
MIT License
1.42k stars 285 forks source link

301 Moved Permanently: How to Fix It #70

Open khorram-dev opened 2 years ago

khorram-dev commented 2 years ago

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