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
$ curl http://oshi.at/...<html><head><title>301 Moved Permanently</title></head><body bgcolor="white"><center><h1>301 Moved Permanently</h1></center><hr><center>nginx</center></body></html>
Always returns this HTML response because it expects the https:// address. I am not sure if this is intentional but I wanted to point it out since you could just always return the https:// URL, even when uploading to http://oshi.at.
The text was updated successfully, but these errors were encountered:
If you upload a file using:
The response is always the
http://
address. I am guessing this is because curl is translatingoshi.at
tohttp://oshi.at
, since doing:Returns the
https://
address.The issue is that doing:
Always returns this HTML response because it expects the
https://
address. I am not sure if this is intentional but I wanted to point it out since you could just always return thehttps://
URL, even when uploading tohttp://oshi.at
.The text was updated successfully, but these errors were encountered: