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
(notice the spaces at the end of the Authorization header)
and then print out the header value:
Viceroy prints "Bearer"
My live service prints "Bearer "
I have tests I'd like to be able to run on viceroy and know that my live service behaves the same way. Note that I think spec-wise Viceroy is doing the right thing, and the compute runtime is not. However, It'd be really nice for these environments to be consistent.
The text was updated successfully, but these errors were encountered:
If I make e.g. the following request to both viceroy and my service running on production fastly:
(notice the spaces at the end of the Authorization header)
and then print out the header value:
"Bearer"
"Bearer "
I have tests I'd like to be able to run on viceroy and know that my live service behaves the same way. Note that I think spec-wise Viceroy is doing the right thing, and the compute runtime is not. However, It'd be really nice for these environments to be consistent.
The text was updated successfully, but these errors were encountered: