hoppscotch / hoppscotch-extension

🧩 Browser extensions to provide more capabilities to https://hoppscotch.io
https://hoppscotch.io
MIT License
254 stars 95 forks source link

CORS Preflight call #299

Closed Yaroslavzev closed 4 months ago

Yaroslavzev commented 4 months ago

Update

This answer from another issue helped. Please feel free to close and let me please if you need help to improve it somehow

Description

Thanks for such great extension and it helps a lot with API. For some reason, We are facing error CORS Preflight did not Succeed. Looks like the issue we have is that the preflight request is returning 400 from server (server to which we call don’t implement cors). I suppose they expect the api is server to server.

image

Is there a way to setup something in Extension to emulate server to server call?