Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox setting to enable cross domain Ajax request

I need to temporally allow cross domain XMLHttpRequest. Changing firefox security setting seems to be the way to go. But I've tried with this and this but they didnt work. Has anyone been able to configure this before? Thanks.

like image 850
Pablote Avatar asked Mar 20 '09 19:03

Pablote


1 Answers

If you just don't want to waste your time on cross-domain issues during development and testing of your app you can use addon Force CORS for FF.

UPDATE: It seems that this addon no longer exists. But there is another option - this Chrome extension

like image 65
tsds Avatar answered Oct 05 '22 14:10

tsds