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
Currently Shunter sends a timestamp in the shunter request parameter, it would be good to also add a header to the proxied request to identify that Shunter has proxied the request – we've come across a scenario where sometimes the back end is accessed directly, and needs to change behaviour based on whether the request came through Shunter.
I'm thinking we could maybe expose the Shunter version or something as well, which might be useful for debugging. Something like:
X-Shunter: 3.0.2
The text was updated successfully, but these errors were encountered:
Currently Shunter sends a timestamp in the
shunter
request parameter, it would be good to also add a header to the proxied request to identify that Shunter has proxied the request – we've come across a scenario where sometimes the back end is accessed directly, and needs to change behaviour based on whether the request came through Shunter.I'm thinking we could maybe expose the Shunter version or something as well, which might be useful for debugging. Something like:
The text was updated successfully, but these errors were encountered: