<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Basic_Authentication_in_header</id>
	<title>Basic Authentication in header - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Basic_Authentication_in_header"/>
	<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Basic_Authentication_in_header&amp;action=history"/>
	<updated>2026-04-03T23:03:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Basic_Authentication_in_header&amp;diff=829&amp;oldid=prev</id>
		<title>Smtxwiki: Created page with &quot;Below is an example how to use basic authentication in the SMTX WebServices   var username = &quot;john&quot;;  var password = &quot;pass123&quot;;  var basicauthvalue = CommonInterface.convertToBase64(username + &#039;:&#039; + password);    return {     updateheaders: {         Authorization: &quot;Basic &quot; + basicauthvalue     }  };&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Basic_Authentication_in_header&amp;diff=829&amp;oldid=prev"/>
		<updated>2024-01-19T09:24:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Below is an example how to use basic authentication in the SMTX WebServices   var username = &amp;quot;john&amp;quot;;  var password = &amp;quot;pass123&amp;quot;;  var basicauthvalue = CommonInterface.convertToBase64(username + &amp;#039;:&amp;#039; + password);    return {     updateheaders: {         Authorization: &amp;quot;Basic &amp;quot; + basicauthvalue     }  };&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Below is an example how to use basic authentication in the SMTX WebServices&lt;br /&gt;
&lt;br /&gt;
 var username = &amp;quot;john&amp;quot;;&lt;br /&gt;
 var password = &amp;quot;pass123&amp;quot;;&lt;br /&gt;
 var basicauthvalue = CommonInterface.convertToBase64(username + &amp;#039;:&amp;#039; + password);&lt;br /&gt;
 &lt;br /&gt;
 return {&lt;br /&gt;
    updateheaders: {&lt;br /&gt;
        Authorization: &amp;quot;Basic &amp;quot; + basicauthvalue&lt;br /&gt;
    }&lt;br /&gt;
 };&lt;/div&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
</feed>