Hey Guys,
We've built a SOI to intercept calls to a Feature Service, specifically the Query operation. What we've noticed just today is that the SOI seems to always send back a default response to a GET request, where as a POST will be intercepted and send back the 'edited' response.
What's interesting is that the server still logs the full output as if it had been intercepted. So is there something specific we might need to do to ensure we are not sending back a default response to GET requests?
We are only intercepting REST requests, not SOAP.
Cheers,
Jordan