When I send request to google api (using either axios or just https), e.g. https://www.googleapis.com/blogger/v3/blogs/2399953?key=...
I always hit the &
This error could be related to your proxy. If on Unix, check your HTTP_PROXY and HTTPS_PROXY environment variables.
In case, someone else faces this same problem, a possible solution (if you are using windows OS), is to follow the process below:
It should work but the permanent solution is to make sure you turn all software that might be automatically setting up proxy for you.
After the question was re-opened I raised another issue against google api and finally got the answer!
So google api has supported using proxy, check here