Tag: cURL

Redirect to HTTPS not working in WordPress

This is not an obvious problem, because for some pages the redirect to HTTPS works, but for some it does not. I ran into this problem on WordPress quite by accident. Therefore, if you are a webmaster with WordPress sites, then I would recommend that you check your sites too. Redirecting from HTTP to HTTPS is quite simple, you need...

Error “curl: (1) Received HTTP/0.9 when not allowed” (SOLVED)

cURL is a popular command line utility that supports many network protocols. curl supports HTTP with numerous options and variations. It can speak HTTP version 0.9, 1.0, 1.1, 2 and 3 depending on build options and the correct command line options. But when the remote host does respond with HTTP/0.9, curl fails with an error that HTTP/0.9 is not allowed,...
Loading...
X