Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

The Articles describes how to use a new authentication method to make WMS API requests.

Created: September 2020

Permalink: https://confluence.wildix.com/x/AQOmB

Table of Contents

Introduction

On WMS 5, basic authentication (user/pass) for WMS API requests is disabled, which means that requests like the following one are no longer acceptable. 

...

Below is an example of Basic API authentication for the admin user (note the -u ‘admin’:’blurred password’

...

Instead, a new authentication method has to be used.  ):

However, the recommended authentication mechanism for the admin user on Wildix systems running WMS 5 or higher is S2S authentication using the new PHP HTTP client library. In this article, we will see in detail how to use this authentication mechanism for API requests. 

Every request made to WMS API needs to have the following headers:

...