Open ghost opened 6 years ago
Click on: https://api.wynncraft.com/public_api.php?action=itemDB&search=abandon
See it all works.
But when i do in vial-http
Host: https://api.wynncraft.com GET /public_api.php action:=itemDB search:=abandon
I get the response
{ "error": "API action required" }
As if the action is being omitted by vial's request.
action
How can I use vial to access the api.wynncraft.com/public_api.php ?
api.wynncraft.com/public_api.php
GET /public_api.php action=itemDB search=abandon
Click on: https://api.wynncraft.com/public_api.php?action=itemDB&search=abandon
See it all works.
But when i do in vial-http
I get the response
As if the
action
is being omitted by vial's request.How can I use vial to access the
api.wynncraft.com/public_api.php
?