Assigned
Status Update
Comments
ji...@google.com <ji...@google.com> #2
Hello,
Thank you for reaching out to us!
I tried to reproduce this issue at my end. However, I am getting the intended behavior.
Please check the
Please let me know if that helped you with your use case and if there is anything else you would need assistance with.
Thank you
ji...@google.com <ji...@google.com> #3
Hi, please read the documentation you linked:
> Scheme
> JavaScript origins must use the HTTPS scheme, not plain HTTP. Localhost URIs (including localhost IP address URIs) are exempt from this rule.
Subdomains of localhost (ie. foo.localhost) *are* "Localhost URIs" but are not currently exempt from the rule, contrary to the documentation.
> Scheme
> JavaScript origins must use the HTTPS scheme, not plain HTTP. Localhost URIs (including localhost IP address URIs) are exempt from this rule.
Subdomains of localhost (ie. foo.localhost) *are* "Localhost URIs" but are not currently exempt from the rule, contrary to the documentation.
Description
Problem you have encountered:
Support for NodeJS on making an authenticated request to an API Gateway, in the current documentation.
What you expected to happen:
Need existing code example to help authenticate between services for NodeJS. Current programming language examples support include Java, Python, and Golang.