I recently had a somewhat frustrating experience with enabling CORS in a NestJS app that uses GraphQL Apollo server and cookie…
Originally posted on 2020-05-26
The HTTP method PUT is used quite often to perform let the server know that you're performing an update operation. PATCH is also used for…
Originally posted on 2020-02-23
This article covers same-origin policy and CORS from a web app point-of-view where your frontend is running on a different domain OR port…
Originally posted on 2020-01-26