Open
Description
I'm getting a 200 response when requesting url's that return a 301 or 302 header.
Request with rota
curl -x http://rota:9080 -i --max-redirs 0 http://httpbin.org/status/302
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Content-Length: 304
Content-Type: application/json
Date: Mon, 17 Mar 2025 13:22:16 GMT
Server: gunicorn/19.9.0
Getting this without rota:
curl -i --max-redirs 0 http://httpbin.org/status/302
HTTP/1.1 302 FOUND
Date: Mon, 17 Mar 2025 13:22:41 GMT
Content-Length: 0
Connection: keep-alive
Server: gunicorn/19.9.0
location: /redirect/1
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Would it be possible to return the header of the source?
Metadata
Metadata
Assignees
Labels
No labels