Swine1973
Swine1973

Reputation: 192

Cross-Domain and ExtJS

Currently I'm stuck with a problem with the OPTIONS method type which I cannot change and ScriptTagProxy isn't working that well for me is there any way to set ExtJs.data.JsonStore to open a proxy with POST method type?

Upvotes: 2

Views: 4330

Answers (1)

Amol Katdare
Amol Katdare

Reputation: 6760

ScriptTagProxy is probably the only ExtJS provided solution you have to go cross domain.
You can configure your JsonStore with a ScriptTagProxy (via JsonStore's proxy config attribute)

The best way forward would be to see why ScriptTagProxy isn't working and fix it.

Upvotes: 4

Related Questions