irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
303 stars 36 forks source link

issue: httpgateway handling CORS #55

Closed phil2nice closed 2 years ago

phil2nice commented 2 years ago

New httpgateway.py proposed

phil2nice commented 2 years ago

I delivered a new httpgateway.py file in commit #2 with a new function: cors_response_header(header, cors)

irmen commented 2 years ago

looking good, thanks for this!