ExtJS and the API

ExtJS and the API

in API Development

Posted by: terra.8213

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

ExtJS and the API

in API Development

Posted by: poebel.4780

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.

ExtJS and the API

in API Development

Posted by: Dr Ishmael.9685

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.

ExtJS and the API

in API Development

Posted by: Khisanth.2948

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.