<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Unable to Login on CAXL Core API Sample Client in IE9</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11701235" />
  <subtitle>Unable to Login on CAXL Core API Sample Client in IE9</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11701235</id>
  <updated>2013-05-19T14:10:02Z</updated>
  <dc:date>2013-05-19T14:10:02Z</dc:date>
  <entry>
    <title>RE: Unable to Login on CAXL Core API Sample Client in IE9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12769192" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12769192</id>
    <updated>2013-03-07T23:02:35Z</updated>
    <published>2013-03-07T23:02:35Z</published>
    <summary type="html">[color=#525252]For IE8/IE9, all BOSH requests (original or "see-other-uri") [/color]MUST[/b][color=#525252] have the same protocol as the page origin.

[/color][color=#525252]If the page was loaded from "http", all BOSH requests MUST go to "http" URLs; if the page was loaded from "https", all BOSH requests MUST to go "https" URLS.[/color]
[color=#525252]This is a restriction Microsoft has placed into their support for CORS, and cannot be bypassed.[/color]
[color=#525252]Please try setting up a local webserver to host the CAXL sample and you should be able to get it connected without problem.[/color]
[color=#525252]Thanks,[/color]
[color=#525252]Howard[/color]</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2013-03-07T23:02:35Z</dc:date>
  </entry>
  <entry>
    <title>RE: Unable to Login on CAXL Core API Sample Client in IE9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12768613" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12768613</id>
    <updated>2013-03-07T22:12:20Z</updated>
    <published>2013-03-07T22:12:20Z</published>
    <summary type="html">I'm checking on the compatibility now, will update you once confirmed...
 
Howard</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2013-03-07T22:12:20Z</dc:date>
  </entry>
  <entry>
    <title>RE: Unable to Login on CAXL Core API Sample Client in IE9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12506928" />
    <author>
      <name>Adam Castrucci</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12506928</id>
    <updated>2013-03-01T05:02:25Z</updated>
    <published>2013-03-01T05:02:25Z</published>
    <summary type="html">[quote=trinnachart ngakhaw]Hi Ting-Hao Chen
            I got message like your post, when I put BOSH server ip into browser. If I try to login to CAXL Core API Sample Client in IE9, I found problem, then I'm debugging into sourcecode, I found error on file "Steam.js" at line 388 &gt;&gt;&gt; var xhr = jabberwerx.$.ajax(setup);. I think the problem arises because ajax call to other ip (BOSH server ip) and IE think it's unsafe.[/quote]
I am finding the EXACT same problem. It fails on the ajax call, but only in IE 9. The exact same html works fine in Firefox.
I am hoping someone can help here.
 </summary>
    <dc:creator>Adam Castrucci</dc:creator>
    <dc:date>2013-03-01T05:02:25Z</dc:date>
  </entry>
  <entry>
    <title>RE: Unable to Login on CAXL Core API Sample Client in IE9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11956155" />
    <author>
      <name>trinnachart ngakhaw</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11956155</id>
    <updated>2013-02-15T03:26:19Z</updated>
    <published>2013-02-15T03:26:19Z</published>
    <summary type="html">Hi Ting-Hao Chen
            I got message like your post, when I put BOSH server ip into browser. If I try to login to CAXL Core API Sample Client in IE9, I found problem, then I'm debugging into sourcecode, I found error on file "Steam.js" at line 388 &gt;&gt;&gt; var xhr = jabberwerx.$.ajax(setup);. I think the problem arises because ajax call to other ip (BOSH server ip) and IE think it's unsafe.</summary>
    <dc:creator>trinnachart ngakhaw</dc:creator>
    <dc:date>2013-02-15T03:26:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: Unable to Login on CAXL Core API Sample Client in IE9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11952046" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11952046</id>
    <updated>2013-02-14T23:23:05Z</updated>
    <published>2013-02-14T23:23:05Z</published>
    <summary type="html">What response did you get when you put your BOSH server IP "[color=#525252]https://xx.xx.xx.225:7335/" into browser?
you should get soemthing like below...If yes, then just put this as your httpbinding address.[/color]
This URI is for XMPP communication via the BOSH protocol.
Please reference the following protocols:

[url=http://xmpp.org/rfcs/rfc3920.html]RFC 3920[/url]: Extensible Messaging and Presence Protocol (XMPP): Core
[url=http://xmpp.org/rfcs/rfc3921.html]RFC 3921[/url]: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence
[url=http://xmpp.org/extensions/xep-0124.html]XEP-0124[/url]: Bidirectional-streams Over Synchronous HTTP (BOSH)
[url=http://xmpp.org/extensions/xep-0206.html]XEP-0206[/url]: XMPP Over BOSH</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2013-02-14T23:23:05Z</dc:date>
  </entry>
  <entry>
    <title>RE: Unable to Login on CAXL Core API Sample Client in IE9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11921018" />
    <author>
      <name>trinnachart ngakhaw</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11921018</id>
    <updated>2013-02-14T07:43:45Z</updated>
    <published>2013-02-14T07:43:45Z</published>
    <summary type="html">Hi Ting-Hao Chen,
I installed self-signed server certificate but I can't solve the problem, I think IE have problem about "Ajax Cross Domain" in file "Stream.js".</summary>
    <dc:creator>trinnachart ngakhaw</dc:creator>
    <dc:date>2013-02-14T07:43:45Z</dc:date>
  </entry>
  <entry>
    <title>RE: Unable to Login on CAXL Core API Sample Client in IE9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11830720" />
    <author>
      <name>trinnachart ngakhaw</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11830720</id>
    <updated>2013-02-12T02:55:48Z</updated>
    <published>2013-02-12T02:55:48Z</published>
    <summary type="html">Thank you Ting-Hao Chen
             This is more information
             Web Server IP: http:xx.xx.xx.230:8080/ ==&gt; local ip
             BOSH Server IP: https://xx.xx.xx.225:7335/httpbinding ==&gt; local ip
             If I install web server and BOSH server on same server, Can I solve this problem?</summary>
    <dc:creator>trinnachart ngakhaw</dc:creator>
    <dc:date>2013-02-12T02:55:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Unable to Login on CAXL Core API Sample Client in IE9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11823479" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11823479</id>
    <updated>2013-02-11T21:56:49Z</updated>
    <published>2013-02-11T21:56:49Z</published>
    <summary type="html">[color=#525252]Trinnachart,[/color]
[color=#525252]You have to generate a self-signed server certificate on your local server since your are using https (SSL).[/color]
[color=#525252]Hope this help,[/color]
[color=#525252]Howard[/color]</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2013-02-11T21:56:49Z</dc:date>
  </entry>
  <entry>
    <title>Unable to Login on CAXL Core API Sample Client in IE9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11701234" />
    <author>
      <name>trinnachart ngakhaw</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11701234</id>
    <updated>2013-02-08T05:26:03Z</updated>
    <published>2013-02-08T05:26:03Z</published>
    <summary type="html">Hi
   I found problem when try to login to CAXL Core API Sample Client in IE9. I used local ip to create httpBindingURL and used https, 
   For example, httpBindingURL is https://xx.xx.xx.225:7335/httpbinding. when I type this url on IE9, I found certificate error. 
   IF I used default httpBindingUR, I'm not found this problem. How to solve this problem?
Thank you for help and suggestion
 Trinnachart</summary>
    <dc:creator>trinnachart ngakhaw</dc:creator>
    <dc:date>2013-02-08T05:26:03Z</dc:date>
  </entry>
</feed>

