The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
One formtools installation - XSS and IE8! - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: One formtools installation - XSS and IE8! (/showthread.php?tid=1364) |
One formtools installation - XSS and IE8! - cordial - Jun 13th, 2011 Hello, I have a small number of clients who each have a basic contact form on their site. I want to have a single formtools installation on my domain and allow each of the individual sites to send their forms to this single domain for processing. This works great in everything apart from IE8 which is strict with XSS, (cross-server scripting). I've tried disabling XSS security via .htaccess but am not having any luck. Has anyone created a similar setup and got this working? I've a dedicated server so have access to the underbelly if it's needed - not that I'm particularly confident at messing with it. Any advice appreciated! RE: One formtools installation - XSS and IE8! - cordial - Jun 13th, 2011 Ah so I realise my problem is not with sending data to a different domain, it's sending data to a different domain via AJAX. Cross-site scripting not allowed in IE8! When I submit the form as per usual, it works perfectly. RE: One formtools installation - XSS and IE8! - Ben - Jun 14th, 2011 Excellent! And I have to leap to IE's defence here (there's a first time for everything...!) - that's actually going to be the case with all browsers. Glad it's working now, though! - Ben RE: One formtools installation - XSS and IE8! - cordial - Jun 14th, 2011 I haven't encountered an issue like this before as I haven't messed with AJAX, but it seemed to be working fine in everything apart from IE8. I've been using this script - http://www.malsup.com/jquery/form/ - and it was working great. As far as I could tell, only IE8 was refusing to co-operate. RE: One formtools installation - XSS and IE8! - Ben - Jun 17th, 2011 Huh! Interesting. Anyway, glad it's working now. :-) - Ben |