Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 3



Html
 <div classid="langfb-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'deroot"></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>



Html
<div class="fb-like" data-href="https://confluence.wildix.com/x/AQOmB" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>


Html
 <div class="lang-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=77988609" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>


Info

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

Created: September 2020

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

Table of Contents

Introduction

The authentication method described in this article is recommended to be used for admin user API authentication on the Wildix systems running WMS 5 or higher. 

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. 


Note

Note the -u ‘admin’:’blurred password’.  It is this that is no longer supported as an authentication mechanism.


Instead, a new authentication method has to be used.  Every request made to WMS API needs to have the following headers:

...