jensjeflensje / websk

Create websites using Skript!
MIT License
9 stars 4 forks source link

[SUGGESTION] Response headers #43

Closed LowScarlet closed 2 years ago

LowScarlet commented 2 years ago

I want to create web service API and I need Access-Control-Allow-Origin for fix CORS error

Norbiros commented 2 years ago

return "" with new header with key "Access-Control-Allow-Origin" with value "*" Read more in this issue: https://github.com/jensjeflensje/websk/issues/20