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
It is a good idea to rename api_key header field to api-key.
Because HTTP standard suppose use '-' as name delimiter and some http servers check it. Eg. nginx will cut off api_key from request.
The text was updated successfully, but these errors were encountered:
It is a good idea to rename api_key header field to api-key.
Because HTTP standard suppose use '-' as name delimiter and some http servers check it. Eg. nginx will cut off api_key from request.
The text was updated successfully, but these errors were encountered: