Next.js Discord

Discord Forum

External API forced to use https, 307 redirect

Unanswered
Sander posted this in #help-forum
Open in Discord
So I need to test something with an external test api which is http but next 13 blocks me from making requests to it, returns (with fetch and axios) 307 internal redirect to https which results in 404. How can I force next 13 to ignore this?

0 Replies