ExtJS and the API
terra.8213:
Hello,
Please look first this Fiddle-Link: http://jsfiddle.net/kr8Xs/
I use this Code in ExtJS to Show the Worldmap in a Window.
For the POI´s i use the Ext.Ajax.request({}); Code. But, the JSON was not loaded.
In Firebug he say me a 404 Error. Link not found.
—
[14:58:22.269] OPTIONS https://api.guildwars2.com/v1/map_floor.json?lang=de&continent_id=1&floor=1 [HTTP/1.1 404 Not Found 162ms]
What is it? Can anyone help me ?
Terra
poebel.4780:
Don’t know if this is related to this forum or from your code, but your link seems to have the “&” signs html encoded (“&”), which causes the 404 error.
Dr Ishmael.9685:
Don’t know if this is related to this forum or from your code, but your link seems to have the “&” signs html encoded (“&”), which causes the 404 error.
That’s a forum bug.
Khisanth.2948:
It looks like ExtJS is trying to probe for supported methods with OPTIONS but the API servers doesn’t support OPTIONS.
Check if there is a way to disable the probing.