Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redth/corsproxy

Simple CORS Proxy intended to help with development of WebAssembly apps
https://github.com/redth/corsproxy

Last synced: 23 days ago
JSON representation

Simple CORS Proxy intended to help with development of WebAssembly apps

Awesome Lists containing this project

README

        

# CorsProxy
Simple CORS Proxy intended to help with development of WebAssembly apps

## Configuration

Add the destination URL to the app settings:

```
{
"CorsProxy": {
"DestinationUrl": "https://my.apiserver.com"
}
}
```