Well, recoded as a GET instead of a POST and I still get the same result using XmlHttpRequest within TB. Thanks

Jesper Staun Hansen wrote:
Seems to be working for XMLHR
---------------------------------
var req = new XMLHttpRequest();
req.open('GET', 'http://thunderplunger.mozdev.org/validateEmail.php?test=1&emailaddress=whiteldav...@fastmail.us <http://thunderplunger.mozdev.org/validateEmail.php?test=1&emailaddress=whiteldav...@fastmail.us>', false);
req.send(null);
---------------------------------

http://thunderplunger.mozdev.org/validateEmail.php?test=1&emailaddress=whiteldav...@fastmail.us <http://thunderplunger.mozdev.org/validateEmail.php?test=1&emailaddress=whiteldav...@fastmail.us>

GET /validateEmail.php?test=1&emailaddress=whiteldav...@fastmail.us <mailto:whiteldav...@fastmail.us> HTTP/1.1
Host: thunderplunger.mozdev.org <http://thunderplunger.mozdev.org>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; da; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: da,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
X-Forwarded-For: 12.13.14.15

HTTP/1.1 302 Found
Server: nginx/0.7.62
Date: Fri, 01 Oct 2010 17:35:49 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Location: http://thunderplunger.mozdev.org/validateEmail.php.html?test=1&emailaddress=whiteldav...@fastmail.us <http://thunderplunger.mozdev.org/validateEmail.php.html?test=1&emailaddress=whiteldav...@fastmail.us>
Content-Length: 363


On Fri, Oct 1, 2010 at 7:05 PM, Pete Collins <p...@mozdevgroup.com <mailto:p...@mozdevgroup.com>> wrote:

     Yes, you can have cache issues using XMLHttpRequest.

    Purge your cache and restart.

    See if that helps.


    --pete


-- Pete Collins - Founder, Mozdev Group Inc.
    www.mozdevgroup.com <http://www.mozdevgroup.com>
    Mozilla Software Development Solutions
    tel: 1-719-302-5811
    fax: 1-719-302-5813

    _______________________________________________
    Project_owners mailing list
    Project_owners@mozdev.org <mailto:Project_owners@mozdev.org>
    https://www.mozdev.org/mailman/listinfo/project_owners


------------------------------------------------------------------------

_______________________________________________
Project_owners mailing list
Project_owners@mozdev.org
https://www.mozdev.org/mailman/listinfo/project_owners
_______________________________________________
Project_owners mailing list
Project_owners@mozdev.org
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to