| Page 1 of 1 | [ 5 posts ] |
|
Using YUI 2.8r4 and this only applies to Internet Explorer (IE) browser as Firefox and Chrome work as expected. Also, IE works fine using http instead of https.
I'm doing an AJAX call which returns XML data. I can see the call successfully post and the result returned via HttpWatch; however, IE states the response is "undefined is null or not an object". I'm not uploading files thus setForm() is not needed. Also, don't believe I'm doing any cross-domain requests since it works with Firefox and Chrome. Any clues would be helpful? Thanks. Here is the HttpWatch request/response. I can post code and/or XML too upon request. Domain (URL): https://dit2horizon.carlsonwagonlit.com Request (from HttpWatch): (Request-Line) GET /servlet/com.carlson.cwt.sbt.air.controller.FlightAvailabilityController?PageAction=12&SortBy=airline&resultIndex=0&PerfTS=1269002686112 HTTP/1.1 Accept */* Accept-Encoding gzip, deflate Accept-Language en-us Connection Keep-Alive Cookie Reference_ID=2sbt-merc1-100319-0741-5; s_cc=true; s_sq=%5B%5BB%5D%5D; UserUniqueID=8782,11!1269002504384; GUID=C+vKKmFEtLQ=; localeList=en_US|; TravelerPV2Flag=true; SBTSESSIONID=7JJFLjxB9dNKGfFhynQy1Xn5jldDF1T5!1373909588!40200934; sbtloginscreen=false Host dit2horizon.carlsonwagonlit.com Referer https://dit2horizon.carlsonwagonlit.com ... 9002672283 UA-CPU x86 User-Agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 2.0.50727; MS-RTC LM 8) x-requested-with XMLHttpRequest Response (from HttpWatch): (Status-Line) HTTP/1.1 200 OK Cache-Control no-cache Content-Encoding gzip Content-type text/xml Date Fri, 19 Mar 2010 12:44:46 GMT PerfTS 1269002686112 Server Sun-Java-System-Web-Server/7.0 Transfer-encoding chunked X-Powered-By Servlet/2.5 JSP/2.1 |
|
Nothing looks out of sorts, here.
IE can be very particular when it comes to XML, specifically the Content-Type used in the response. For example, "application/atom+xml" will not result in responseXML being populated with the expected document. If you see the XML document represented in responseText, as a string, it is very likely the above-described condition is occurring. Can I access https://dit2horizon.carlsonwagonlit.com ... Controller? with a valid session, so that I may have a look at the response? Regards, Thomas |
|
Sure, give me one second and I will provide a valid URL. I send directly to you.
Scott |
|
I guess I can't send to you directly....
In any case, give this one a try (it may not be available via internet). https://dit2horizon.carlsonwagonlit.com ... 9022617909 From page, unselect hotel and car (only air should be selected). You can do any city pair, such as MSP to DEN and any future dates such as June 17 - June 20. Click continue. Once the flights are displayed, click any column header (to request the sort). It will trigger the error. |
|
I get the "session timeout" page when I try to access the link. From there, I am not sure how to get to the described page.
Regards, Thomas |
| Page 1 of 1 | [ 5 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group