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
Hi,
my grape APIs are protected against CSRF through a X-CSRF-Token request header. The value that has to go into this header is sent by the server to clients through a cookie.
Is there a way to customise grape-swagger-rails to add this header to every request?
Ex.
Hi,
my grape APIs are protected against CSRF through a X-CSRF-Token request header. The value that has to go into this header is sent by the server to clients through a cookie.
Is there a way to customise grape-swagger-rails to add this header to every request?
Ex.
The text was updated successfully, but these errors were encountered: