What I want to achieve
I want to send HTTP request to Cloud Endpoints OpenAPI for Cloud Run with ESPv2 connected to backend with Basic authentication, and get a response.
Problem
HTTP request with Basic authentication fails and the following response is returned.
I did not use Base64 token anything.
{"statusCode":406,"statusDescription":"Not Acceptable","errorMessage":"Illegal base64 character 2e"}
What should I do to solve the above problem ?
Hi @Takudooon ,
Could you include the HTTP request that you are sending to the Cloud Endpoints OpenAPI? And also, include a reproducible steps for us to try and reproduce the issue that you're dealing with.
Regards,
Marc