Rytisgit / DCSSReplay

PuTTY based DCSS TTYRec Tiles renderer written in C#
Other
20 stars 4 forks source link

UNO WASM: HTTP #151

Open Rytisgit opened 1 year ago

Rytisgit commented 1 year ago

Accept httprequest to start playing a ttyrec from the query parameters, or fill in the paramaters that were provided if some are missing. Play from ttyrec url, share this url function

Rytisgit commented 1 year ago

https://platform.uno/docs/articles/external/uno.extensions/doc/Overview/Http/HttpOverview.html

Rytisgit commented 1 year ago

image

Rytisgit commented 1 year ago

CORS https://github.com/Rob--W/cors-anywhere docker compose with whitelist for localhost and server url

docker run -d -p 3000:8080 --name cors-anywhere -e CORSANYWHERE_WHITELIST=http://localhost redocly/cors-anywhere