You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is an open source project if you feel strongly about this issue we we would be happy to review a pull request that solves it. Do you have a specific use that you need this for?
Hi, this is an open source project if you feel strongly about this issue we we would be happy to review a pull request that solves it. Do you have a specific use that you need this for?
Sure, I mean standard browser cross origin requests always pre-send an OPTION preflight request before sending the actual one. So this will be a very useful workaround if the server providing the API does not properly implement the COR specification. Not only that but also one can easily shift the IP management to OpenHIM instead of some server configuration file.
Add CORS functionality on a per channel basis to allow for when request come from a browser
The text was updated successfully, but these errors were encountered: