Dash-Industry-Forum / livesim2

DASH Live Source Simulator v2 in Go
Other
34 stars 4 forks source link

fix: add CORS fields needed for ECCP json request #168

Closed tobbee closed 4 months ago

tobbee commented 4 months ago

Add

Access-Control-Allow-Methods and Access-Control-Allow-Headers

to make the ECCP key handling work.

Part 2 of #165