New Member
Since ‎07-10-2019
‎06-22-2021

My Stats

  • 11 Posts
  • 0 Solutions
  • 0 Likes given
  • 6 Likes received

basgoutziers's Bio

Badges basgoutziers Earned

View all badges

Recent Activity

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...