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
Is your tweak request related to a problem? Please describe.
as I'm working on an external-to-neos tool, ( neos.alext.duckdns.org/priority ), using the Neos API directly is not presently possible. i was relying on a 3rd party tool to make a request, then send it back, however this service has recently stopped working for this purpose.
Describe what would you like tweaked
add the Access-Control-Allow-Origin header to (at the least!) data based endpoints (e.g. api/stats/priorityIssues ), to allow external websites to retrieve data from the neos API's data only (non-authorized) endpoints.
Describe alternatives you've considered
..build a mirror service on neos.alext.duckdns.org that simply mirrors the required endpoints.
Is your tweak request related to a problem? Please describe.
as I'm working on an external-to-neos tool, ( neos.alext.duckdns.org/priority ), using the Neos API directly is not presently possible. i was relying on a 3rd party tool to make a request, then send it back, however this service has recently stopped working for this purpose.
Describe what would you like tweaked
add the Access-Control-Allow-Origin header to (at the least!) data based endpoints (e.g. api/stats/priorityIssues ), to allow external websites to retrieve data from the neos API's data only (non-authorized) endpoints.
Describe alternatives you've considered
..build a mirror service on neos.alext.duckdns.org that simply mirrors the required endpoints.
Additional context
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin ;
i originally mentioned this to prime during a recent office hours, and was requested to make a ticket.
The text was updated successfully, but these errors were encountered: