I created my first proxy to add basic authentication credentials to an API that does not support CORS so I can access it via JS. I think I've been mostly successful but when I test my site it seems to work twice, then fail twice with a CORS error, then loops again working twice failing twice..
I'm totally stumped as to why it would work/fail in that pattern. You can try it yourself here: http://apps.schoolsitelocator.com/api.html
I get this message in postman:
{ "fault": { "faultstring": "Unable to identify proxy for host: davidbutzjr-eval-prod.apigee.net:443 and url: /insightly", "detail": { "errorcode": "messaging.adaptors.http.flow.ApplicationNotFound" } } }
thanks in advance!