I tried to added some end point properties , but that properties has no effect. Can any one help what is happening?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TargetEndpoint name="test-y-http">
<HTTPTargetConnection>
https://kpees-test.apigee.net/jetadv_apilogin/APIlogon>
<Properties>
<Property name="allow.http.method.:POST">false</Property>
</Properties>
<SSLInfo> <Enabled>true</Enabled> </SSLInfo>
</HTTPTargetConnection>
</TargetEndpoint>
Just a typo no collon <Property name="allow.http.method.POST">false</Property>
@krishna.prasadm , Can you please verify your changes are deployed? Ideally, it should work out of the box.
Hi Sagar,
Are you ale to fix this issue?
I am also facing same problem , I am blocking some HTTP methods with properties option on Proxy Endpoint HTTPConnection.
But no luck, its allowing all other methods. I see in trace session that these properties are there, so it is deployed.
Thanks, Sanjay
Answer by krishna.prasadm · Jan 27, 2016 at 05:26 AM
I think there is defect assosiated with this, I have raised a support ticket but did not get any resolution. but they said there is a open defect assosiated with it. They asked me to use raise fault policy for the same purpose ..!
API Proxy default proxy base path order, resolution, and conflicts 2 Answers
Is Apigee the right solution for a non-developer with a pre-existing API product? 1 Answer
How to use custom attributes in Apigee Edge? 3 Answers
are there more tutorial lectures which teach us set up more real-world API proxies? 1 Answer
what is the use of consumer secret in an api request to an api proxy of security type 'api key' 1 Answer