This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi all!We're switching up our way of accessing our apis on our developer
portal. As you can see below the authorization from our documentation is
now working correctly, we're able to login and call our apis as
expected. swagger.pngAfterwards we uploa...
Hello everyone who is reading this, I've got an interesting issue for
you today.Multiple apis that we have developed have both a Basic Auth as
well as a Bearer. Basic is usually used for the login to see if the user
can access the api. The Bearer is ...
We're running into an interesting issue on our login proxy.We're using a
ServiceCallout to check if a user is active and can login, after which
we retrieve the login data and get an Oauth2.0 token in the second
ServiceCallout flow. But as you can see...
I'm trying to extract 3 variables from an incoming JSON structure using
the following Extract Variable code: $.Facility $.ManufacturingOrderNumber
$.Timestamp
request
All three variables aren't nested within the JSON.In
our Dev and Test envir...
I'm trying to extract 3 variables from an incoming JSON structure using
the following Extract Variable
code:true
$.Facility
$.ManufacturingOrderNumber $.Timestamp
request
All three variables aren't nested within the JSON.In
our Dev and Test e...
I've tried them both and it seems to fix the issue.I've also added a
Javascript policy to check if it has extracted them correctly to be
sure. So far so good, thank you for your help!