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
{{ message }}
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.
Currently, our CORS service injects 2 Access-Control-Allow-Methods headers if there are multiple methods for an endpoint. Hipache inconveniently throws one of them away.
Add a CorsServiceProvider based on the current package, but where it adds the above header, just implode the allowed methods with a comma.
Details
Credentials: {{username / password (remove if not applicable)}}
URL: {{url where problem occurs, remove if not applicable}}
Note: {{relevant information like related issues, remove if not applicable}}
Console Error: {{expand and copy from the console (include line error too), remove if not applicable}}
The text was updated successfully, but these errors were encountered:
Description
Currently, our CORS service injects 2
Access-Control-Allow-Methods
headers if there are multiple methods for an endpoint. Hipache inconveniently throws one of them away.Add a CorsServiceProvider based on the current package, but where it adds the above header, just implode the allowed methods with a comma.
Details
The text was updated successfully, but these errors were encountered: