Closed RasonJ closed 8 months ago
Added Access-Control-Expose-Headers header to allow query_id to get past CORS restrictions. Testing can be done with https://github.com/o19s/ubi_playground/blob/main/tools/stub/cors_test.html.
Access-Control-Expose-Headers
query_id
I'm also leaving in the HTTP TRACE verb so that we can do testing without breaking anything else in the plugin.
TRACE
Added
Access-Control-Expose-Headers
header to allowquery_id
to get past CORS restrictions. Testing can be done with https://github.com/o19s/ubi_playground/blob/main/tools/stub/cors_test.html.I'm also leaving in the HTTP
TRACE
verb so that we can do testing without breaking anything else in the plugin.