|
You are here |
blog.kotowicz.net | ||
| | | | |
www.sjoerdlangkemper.nl
|
|
| | | | | In cross origin requests, the authorization header can be sent in two ways: either by the browser or specified along with the request. This article explains which CORS headers you need for each. | |
| | | | |
niryariv.wordpress.com
|
|
| | | | | I discovered JSONP just recently, following Chris' comment. Though I initially didn't intend to support JSON, JSONP made enough difference that I rewrote most of the TheRealURL code (all 20 lines of it) to support it. Since it took me some time to figure out JSONP initially, perhaps a quick guide might help those who... | |
| | | | |
parsiya.net
|
|
| | | | | [AI summary] The article explores edge cases of the Same-Origin Policy (SOP) in browser security, including its implications for cross-origin requests, CORS, and vulnerabilities in WebSocket and local web servers. | |
| | | | |
scastiel.dev
|
|
| | | React is living something these days. Although it was created as a client UI library, it can now be used to generate almost everything from the server. And we get a lot from this change, especially when coupled with Next.js. Let's use Server Components and Actions to build something fun: a guestbook. | ||