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.
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.