adding cors parameters to extjs ajax

Solutions on MaxInterview for adding cors parameters to extjs ajax by the best coders in the world

showing results for - "adding cors parameters to extjs ajax"
Lautaro
30 Feb 2019
1Ext.Ajax.request({
2	... // Removed code for brevity
3    cors: true,
4    useDefaultXhrHeader : false,
5    ... // Removed code for brevity
6});