This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Does apigee can do ssl pass through? I mean not terminating consumer
cert and use a new cert to backend. But just pass through whatever cert
from consumer to backend. Basically consumer is not interested in doing
cert management. @Dino @Dino-at-Googl...
I have a soap to rest api and default xslt to remove namespace is
failing because of invalid characters in response. @Dino @Anil
Sagar31195�@* Is there anyway this can be handled
using javascript or XSLT. We are not bothered about what is inside of
t...
We are using the system.region.name variable to route the traffic to
correct data center. The problem here is system.region.name gives us 2
value namely dc-1 and dc-2 and our production guys are not sure dc-1
corresponds to which data center and simi...
I am trying to POST a request having 16 kb payload and It fails
intermittently i.e. Sometime it returns the response (200 ok) and
sometimes it just returns 500 internal server error without even coming
to trace. In case of failure the request is not ...
I have this unique requirement wherein I am getting a JSON string in
http header. Although the JSON is valid but when I extract the JSON
using:context.getVariable('request.header.json.values')+"");The string I
received is invalid JSON. Can anyone sug...
We are using the above approach and getting region name as dc-1 and
dc-2. Our production guys are not sure dc-1 corresponds to which data
center and similarly for dc-2. Is there any config file we can look up
to find out. I mean login to a machine in...