one icon indicating copy to clipboard operation
one copied to clipboard

Some headers are getting remove from the api response and status code changes

Open clayrisser opened this issue 4 months ago • 4 comments

I created a custom api endpoint, and am returning some Set-Cookie and Location headers. However, it appears that they are getting dropped somewhere.

Below you can see the headers is in the response that I am returning.

Screenshot 2024-10-10 at 7 40 14 PM

But the header is not getting received in the response. Also the status code seems to be changed.

Screenshot 2024-10-10 at 7 41 35 PM

You can see in the screenshots that it is the exact same url and there are no responses with status 302.

clayrisser avatar Oct 10 '24 23:10 clayrisser