Skip to content

web server should be accessible from the browser #275

@amit-nagish

Description

@amit-nagish

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions