I make a request with curl http://mysite.app
and I get the response, but when I put the URL in the browser it redirects to https://mysite.app
with this response headers
Request Method: GET
Status Code: 307 Internal Redirect
Referrer Policy: strict-origin-when-cross-origin
I don't know why this is happening, and who is redirecting the request to https? If anything was wrong with the DNS setting, server configuration, ... I could not get the response through curl?