-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
If you deploy the web server, you can't make requests from another site to that web server, due to CORS.
Also, the payload is quite large due to repetitive JSON formatting.
Describe the solution you'd like
As the web server is read-only I think defaulting to allowing CORS & adding gzip is good.
Describe alternatives you've considered
Creating a proxy server to call wn.web, compress the data and send it to the client, but it just adds a layer of complexity.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request