Library of functions wrapping the RESTful Administrative API of Apigee Edge. Find some working example utilities at https://github.com/DinoChiesa/apigee-edge-js-examples
I'm running into a weird error that pops up occasionally. I get the following message:
let isJson = jsonRe.test(response.headers["content-type"]);
^
TypeError: Cannot read property 'headers' of undefined
I think it might have to do with the library getting a 401 back. I am using sso and an on-prem installation of Apigee. Its really weird because it works sometimes and not others. Any idea what could be causing this?
I'm running into a weird error that pops up occasionally. I get the following message:
I think it might have to do with the library getting a 401 back. I am using sso and an on-prem installation of Apigee. Its really weird because it works sometimes and not others. Any idea what could be causing this?