My site is https with the exception of a few URLs that are redirected to the old http version, I modified the site .htaccess to allow that, it works fine with Safari, Chrome, Firefox…etc… the expected data is simply returned, no padlock is displayed, I am really getting a http response. Other URLs are properly redirected to https
However with a Xojo HTTPSecureSocket with security set to False all I get is this error:
400 Bad RequestBad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
With a HTTPSocket it works perfect!!!
The doc says that HTTPSecureSocket with security set to False is like a HTTPSocket. Not tin this case or maybe there is a bug here???