Settings

Theme

Show HN: Interactive Cheatsheet about CORS

blockedbycors.dev

5 points by brennerm 2 years ago · 4 comments

Reader

brennermOP 2 years ago

Hey HN,

this cheatsheet is the result of me building on of my recent side projects. It essentially includes everything there is to know about CORS (Cross Origin Resource Sharing).

blockedbycors.dev is my try at finding a solution to the endless stream of people being annoyed with CORS issues. So if you happen to encounter anyone that is in this situation, I'd be very glad if you could refer them to the page.

Currently the project is still in an MVP phase, but there's a lot more planned. Just trying to figure out what helps people the most at the moment. :) Cheers, Max

  • TiredGuy 2 years ago

    Good stuff, thanks!

    One suggestion: I see in request, preflight request, and preflight response, you've organized the headers into required and optional, while the response headers are not organized as such. Would be nice to show which are required for response headers.

    • brennermOP 2 years ago

      Glad you like it.

      Thanks for the suggestion but I think I did. The preflight response node lists all required and optional headers. The same as in the preflight request node. Let me know if I missed something.

atmanactive 2 years ago

Great resource. Thanks for this.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection