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
Suppose I have a redirect like so (->Redirect 307 "some.url/uri"), and I want to add the following headers to the redirect: "{:headers {"Access-Control-Allow-Headers" "Content-Type" "Access-Control-Allow-Origin" "*"}}" There seems to be no way of doing this in the documentation.
The text was updated successfully, but these errors were encountered:
Suppose I have a redirect like so (->Redirect 307 "some.url/uri"), and I want to add the following headers to the redirect: "{:headers {"Access-Control-Allow-Headers" "Content-Type" "Access-Control-Allow-Origin" "*"}}" There seems to be no way of doing this in the documentation.
The text was updated successfully, but these errors were encountered: