We host a node JS service on GCP (app engine). Today our normal requests to 
the service started to receive 400 responses saying 'Your client has issued 
a malformed or illegal request'. It seems that the Authorization header our 
client was adding may be causing the error; however, we have set that 
header to be allowed in our service. Is there something else we need to do 
for configuration in order to allow this header? It was working up until 
earlier today did something change in GCP? Any help would be appreciated. 
Thanks! 

Request example: POST to http://api/endpoint Headers (include): User-Agent, 
Content-Length, Content-Type, Accept, Authorization

*400.* That’s an error.

Your client has issued a malformed or illegal request. That’s all we know.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9a371e2e-1192-430f-b801-091ff9921e18n%40googlegroups.com.

Reply via email to