cors-playground

By jakearchibald

Cors-playground Alternatives

Similar projects and alternatives to cors-playground

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cors-playground alternative or higher similarity.

cors-playground reviews and mentions

Posts with mentions or reviews of cors-playground. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-14.
  • The history and reasons behind CORS, and how to use it
    9 projects | news.ycombinator.com | 14 Oct 2021
    Bonus fact: I wanted the 'app' (https://jakearchibald.com/2021/cors/playground/) to allow the HTTP method to be set to anything, which meant I needed a server that could accept anything.

    I usually use NodeJS, but it turns out the HTTP library they use turns the HTTP method into an enum, so only a subset is supported (https://github.com/nodejs/node/blob/d798de1c653efa5ec0015d44...). This restriction only exists in their HTTP/1 library, their HTTP/2 library supports any method.

    Anyway, I couldn't use that, so I used Deno via Deno Deploy. Their HTTP library supports any method, and the APIs they use are very similar to web APIs, so it was really easy to get started. Here's the server code: https://github.com/jakearchibald/cors-playground/blob/main/i....

Stats

Basic cors-playground repo stats
1
41
0.0
over 2 years ago

jakearchibald/cors-playground is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of cors-playground is TypeScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com