DEV Community

Discussion on: So I built a free online API builder with CORS support 🚀 (and why another Postman alternative)

Collapse
 
iain_adams profile image
Iain Adams

When you say it has CORS support? You mean that somehow you have got the browser to ignore the CORS headers? I.e. if my server responded with a specific Access-Control-Allow-Origin header would it work?

Collapse
 
techbos profile image
TechBos😎

Please see 'cloud mode' - basically it pipes your request to my backend server, which handles your request without CORS restriction, and then pipes response back to your browser.

Collapse
 
iain_adams profile image
Iain Adams

Ah I understand now! Thanks for getting back to me.