Hi,
As the title says I am tyring to send a custom header to my server in a redirect rule. I couldn’t find anything in the documentation, I even tried creating the redirect like so:
context.redirect = {
url: “http://localhost:8080/header-test”,
headers: {
“X-Test-Header”: “pleasepleasepleasework”
}
};
It didn’t work… so I think this post might be a feature request