Hi Friends,
Under RouteRule, Condition, I have only allowed(request.verb = “POST”). When I tried to do a PUT or PATCH in Postman, it returns:
{ “fault”: { “faultstring”: “Unable to route the message to a Target Endpoint”, “detail”: { “errorcode”: “messaging.runtime.RouteFailed” } } }
But when I tried GET, it does not even hit my Apigee. Postman says “Could not get any response There was an error connecting to…”
I like to understand if whether Apigee Edge could completely block other other verbs (GET, PUT, PATCH) other than the one I designated i.e., POST?
Thank you.
Nathan Aw (Singapore)