<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Authentication when pushing XML to a phone in Other Collaboration Subjects</title>
    <link>https://community.cisco.com/t5/other-collaboration-subjects/authentication-when-pushing-xml-to-a-phone/m-p/712707#M134113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could put it in the url;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://myUserID:myPassWord@10.10.10.36/CGI/Execute" target="_blank"&gt;http://myUserID:myPassWord@10.10.10.36/CGI/Execute&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sascha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 20:58:41 GMT</pubDate>
    <dc:creator>Sascha Monteiro</dc:creator>
    <dc:date>2007-06-14T20:58:41Z</dc:date>
    <item>
      <title>Authentication when pushing XML to a phone</title>
      <link>https://community.cisco.com/t5/other-collaboration-subjects/authentication-when-pushing-xml-to-a-phone/m-p/712706#M134112</link>
      <description>&lt;P&gt;I am attempting to create a small application that will push an xml page to a phone. I can do it with a simple ASP page and POSTing to &lt;A class="jive-link-custom" href="http://ipaddress/CGI/Execute" target="_blank"&gt;http://ipaddress/CGI/Execute&lt;/A&gt; &lt;/P&gt;&lt;P&gt;However; when I execute the POST I am prompted for credentials.  When I enter the credentials in my browser the POST works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to know is how can I include the credentials in the ASP page so I am not prompted?  I have looked at the SDK and reviewed the samples but I don't know java to translate it into vbScript.&lt;/P&gt;&lt;P&gt;I am only looking for basic authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to encode the username and password into base64?&lt;/P&gt;&lt;P&gt;If so is there a special key that has to be used in the encryption process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my asp code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;POST to Phone at 10.10.10.36&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;P&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Need a form with an action that goes to the case-sensitive URL for the Phone you want to POST to. --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;form action="&lt;A class="jive-link-custom" href="http://10.10.10.36/CGI/Execute" target="_blank"&gt;http://10.10.10.36/CGI/Execute&lt;/A&gt;" method="POST" &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!?There must be a form field that contains the xml data for the Phone action and it must be named XML case-sensitive. --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;textarea COLS=60 ROWS=10 name="XML"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CiscoIPPhoneExecute&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;ExecuteItem Priority="0" URL="Play:chime.raw" /&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;ExecuteItem Priority="0" URL="&lt;A class="jive-link-custom" href="http://10.10.10.201/alert.xml" target="_blank"&gt;http://10.10.10.201/alert.xml&lt;/A&gt;" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/CiscoIPPhoneExecute&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/textarea&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/P&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;P&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="submit" value="Push" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/P&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ultimately I want to put this in a desktop app so if anyone would like to share the process to post to a phone in .NET, it would be GREATLY appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 23:13:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/other-collaboration-subjects/authentication-when-pushing-xml-to-a-phone/m-p/712706#M134112</guid>
      <dc:creator>msmalley</dc:creator>
      <dc:date>2019-03-13T23:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication when pushing XML to a phone</title>
      <link>https://community.cisco.com/t5/other-collaboration-subjects/authentication-when-pushing-xml-to-a-phone/m-p/712707#M134113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could put it in the url;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://myUserID:myPassWord@10.10.10.36/CGI/Execute" target="_blank"&gt;http://myUserID:myPassWord@10.10.10.36/CGI/Execute&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sascha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 20:58:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/other-collaboration-subjects/authentication-when-pushing-xml-to-a-phone/m-p/712707#M134113</guid>
      <dc:creator>Sascha Monteiro</dc:creator>
      <dc:date>2007-06-14T20:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication when pushing XML to a phone</title>
      <link>https://community.cisco.com/t5/other-collaboration-subjects/authentication-when-pushing-xml-to-a-phone/m-p/712708#M134114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that and it didn't work.  The page didn't even look like it tried to push the xml to the phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;FORM action="&amp;lt;a class=" jive-link-custom=""&gt;http://admin:admin@10.10.10.36/CGI/Execute" method="POST" &amp;gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. I will keep looking.&lt;/P&gt;&lt;/FORM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 21:10:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/other-collaboration-subjects/authentication-when-pushing-xml-to-a-phone/m-p/712708#M134114</guid>
      <dc:creator>msmalley</dc:creator>
      <dc:date>2007-06-14T21:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication when pushing XML to a phone</title>
      <link>https://community.cisco.com/t5/other-collaboration-subjects/authentication-when-pushing-xml-to-a-phone/m-p/712709#M134115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your end goal is a desktop app, why not go for it directly, since it is rather simple. A quick google search yielded plenty of results that could be used as a template. For instance, this one: &lt;A class="jive-link-custom" href="http://xmlgateway.its.utexas.edu/docs/c_sharp_ex_http.html" target="_blank"&gt;http://xmlgateway.its.utexas.edu/docs/c_sharp_ex_http.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;That one even does certificate authentication, but I'm sure you'll have an example with basic authentication a minute from browsing to google :)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 07:04:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/other-collaboration-subjects/authentication-when-pushing-xml-to-a-phone/m-p/712709#M134115</guid>
      <dc:creator>stephan.steiner</dc:creator>
      <dc:date>2007-06-15T07:04:36Z</dc:date>
    </item>
  </channel>
</rss>

