Showing Posts For Talis.7261:

Localisation Error

in API Development

Posted by: Talis.7261

Talis.7261

When retrieving the german world names, there is a <br> tag in “Meer des Leids”. This makes it pretty ugly when displaying it on a HTML page.

https://api.guildwars2.com/v1/world_names.json?lang=de

HTTP access

in API Development

Posted by: Talis.7261

Talis.7261

Thanks for the quick fix!

What is API?

in API Development

Posted by: Talis.7261

Talis.7261

An API is an Application Programming Interface.

It may not improve your game experience directly, but it will allow developers to build nice and shiney tools for GW2! (Which you might like!)

HTTP access

in API Development

Posted by: Talis.7261

Talis.7261

Okay, alternate plan: Can you set a CORS header on the API server? I.e. send the following header for the public endpoints:

Access-Control-Allow-Origin: *

I had this thought too.

I think my requests are not working due to the same-origin policy. I may be wrong, but apparently, my browser does not allow the request because it is using a different domain.

In order for this to be allowed, I think that the API servers would have to allow any origin in their response headers.

Post here if you have BEAT the Tower!

in Halloween Event

Posted by: Talis.7261

Talis.7261

I finally did it!

Asuran
Mesmer
no speed buff

Took me less than an hour I guess

[F12] -> [C] to enter character selection

in Suggestions

Posted by: Talis.7261

Talis.7261

While playing GW1, I always liked to just press F12 and C to enter character selection. These hotkeys are not present in the GW2 client.

Not a big deal, but a really handy feature.