You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<VirtualHost myhost.com:80>
# Force HTTPS:
Redirect permanent / https://myhost.com/
</VirtualHost>
May be that changing the method is a security feature, or may be a bug. In any case, I have dig into DroidNetworking code and it seems a behavior from the org.apache.http namespace (I am not completly sure).
The text was updated successfully, but these errors were encountered:
I have detected that POST requests redirected from HTTP to HTTPS are converted to GET requests.
Redirections are ordered by Apache webserver with Redirect directive It produces responses with HTTP status 301 (Moved Permanently):
May be that changing the method is a security feature, or may be a bug. In any case, I have dig into DroidNetworking code and it seems a behavior from the org.apache.http namespace (I am not completly sure).
The text was updated successfully, but these errors were encountered: