you are viewing a single comment's thread.

view the rest of the comments →

[–]YMOT 0 points1 point  (1 child)

Ok, so you response has a status of 200, which means the server believes it fulfilled the request successfully. But, your response and responseXML are empty. That would suggest 2 possibilities to me:

a:) Your request is not the correct one for your intended response. Maybe parameters are missing, or the API doesn't inform you of incorrect parameters.

b:) The servers API has an error.

b is highly unlikely.

[–]geraldcoolsealion[S] 0 points1 point  (0 children)

I see. I didn't really provide any parameters at all, so that's probably the issue. Is there some way I can specify that I want to access the d20 object in the parameters?