Ecosyste.ms: Awesome
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: 23 days ago
JSON representation
Simple CORS Proxy intended to help with development of WebAssembly apps
- Host: GitHub
- URL: https://github.com/redth/corsproxy
- Owner: Redth
- License: mit
- Created: 2023-09-13T14:02:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T15:34:19.000Z (about 1 year ago)
- Last Synced: 2024-10-13T15:08:26.780Z (25 days ago)
- Language: C#
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
}
```