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

https://github.com/redth/corsproxy

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

Last synced: 10 months 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"
}
}
```