Bronze 4
Since ‎07-31-2022
‎12-03-2023

My Stats

  • 20 Posts
  • 0 Solutions
  • 6 Likes given
  • 1 Likes received

annaku_rad's Bio

Badges annaku_rad Earned

View all badges

Recent Activity

I'm trying to manipulate the Host HTTP header in one proxy (Proxy A) and then call a JavaScript code that uses it in another proxy (Proxy B) (I need to replace the Host header while sending request to backend service in Apigee, and there is currently...
I'm using the httpClient to make HTTP requests to a URL from within custom JavaScript code executing in a Shared-Flow that's used by API Proxy.In the httpClient send() method I'm adding headers, but somehow the "Host" header does not get passed on to...
I'm trying to set TLS/SSL details dynamically in a Javascript policy that's used in Shared flow, as described in the docs: https://cloud.google.com/apigee/docs/api-platform/reference/api-proxy-configuration-reference#tlsssltargetendpointconfiguration...
I'm testing my API-Proxy and when I'm sending in the request (using curl) the 'Expect: 100-continue' header, I see in the JavaScript policy in therequest.headersthat I'm getting- the header becomes "xxpect":"100-continue" in the Proxy.I see clearly i...
Following this question- https://www.googlecloudcommunity.com/gc/Apigee/How-to-get-the-response-and-request-size-and-log-it/m-p/466499As I wrote: I'd like to get the request body size in bytes- and I might not get the 'content-length' header.As the '...
Likes from