DEV Community

Discussion on: What Do Web Developers Need To Know About HTTP/HTTPS?

Collapse
 
nicolus profile image
Nicolas Bailly

And CORS, whether you're doing front-end or back-end you should learn about CORS or one day you'll spend hours wondering why your query doesn't return anything, and why your browser is making "OPTIONS" request instead of POSTing your damn form.