Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Access control allow methods are non-standard syntax #33

Open
dredlong opened this issue Jul 16, 2021 · 0 comments
Open

Access control allow methods are non-standard syntax #33

dredlong opened this issue Jul 16, 2021 · 0 comments

Comments

@dredlong
Copy link

In dialpad-utils.js the access control allow methods are set with:

response.appendHeader('Access-Control-Allow-Methods', 'OPTIONS POST GET');

To follow web standards, the methods should be comma separated as 'OPTIONS, POST, GET'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant