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
The idea is to enhance the security by restricting the clients to interact with the API only via GET requests. We need to add appropriate handler code and Access-Control-Allow-Methods response header.
The text was updated successfully, but these errors were encountered:
The idea is to enhance the security by restricting the clients to interact with the API only via
GET
requests. We need to add appropriate handler code andAccess-Control-Allow-Methods
response header.The text was updated successfully, but these errors were encountered: