Re: [OpenSTA-users] Stalling on HTTP to HTTPS+AJAX
Brought to you by:
dansut
|
From: Olaf K. <ok...@ab...> - 2007-04-04 14:42:09
|
Hurkes, Rob schrieb: > Hi all, > > I am attempting to go from an HTTP page to an HTTPS page with AJAX > automatically called. When I hit the HTTPS page (which OpenSTA 1.4.3 and > IE6 are doing fine) it hangs forever on the AJAX call (not fine). Here > is the last command in my script before it hangs into oblivion: > > POST URI "https://myurl.com/UI/SelectAjax.hcf HTTP/1.1" ON 20 & > (HEADER, WIDTH, BODY etc.) > SYNCHRONIZE REQUESTS > > Any ideas on a workaround? Hi, just a wild guess: Is this the kind of Ajax-Request that keeps the connection open so that the server might push more data later? This would contradict the "SYNCHRONIZE REQUESTS" as the connection will still be open. I don't know if this would be handled by the recording gateway or if it's introduced later by editing the script... Also, you might want to try eliminating https in this case, just to confirm if the problem is in https or in the ajax call... Probably I'm thinking along some too complicated lines, don't let me distract you too much from the root of the problem... Cheers, Olaf -- No part of this message may reproduce, store itself in a retrieval system, or transmit disease, in any form, without the permissiveness of the author. |