Reputation: 1
On September 30th GCP is going to switch all loadbalanced HTTP(S) headers to be lowercase. Is there a way to switch this over ahead of time to test that the code is ready?
Upvotes: 0
Views: 333
Reputation: 76000
You can test your service by reaching them through loadbalancer with this additional header x-goog-downcase-all-headers: test
Upvotes: 1