If you use the chrome tool, https://chrome.google.com/webstore/detail/dev-http-client/aejoelaoggembcahagimdiliamlcdmfm/related?hl=en do this:

REQUEST https as protocol and url https://api.steampowered.com/IGameServersService/CreateAccount/v0001/?appid=440&key=keyhere POST and send keyhere should be the one that you get from http://steamcommunity.com/dev/apikey

Then just get the login token.

If you want to check the id's you have, then do this:
REQUEST https as protocol and url https://api.steampowered.com/IGameServersService/GetAccountList/v0001/?key=keyhere GET and send

If you still cannot get it to work, post here and i'll add ducktape, chewing gum and iron wire :)

-ics

Jason kirjoitti:
Is there a step by step guide out there yet for server owners to great
gameserver accounts for this?  Are HTTPS POST requests not currently
working?  Am I doing something wrong?
I tried (using a previously mentioned chrome plugin) and am getting the
following when following the instructions in the original post:

2014 Feb 8 12:49:33POST
https://api.steampowered.com/IGameServersService/CreateAccount/v0001/401
Unauthorized<http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2>
776ms
I have used key=mysteamkey and key=<mysteamkey> and appid=440 .....and
always get an unauthorized message when doing a HTTPS POST request....

If there is someone who could help, it would be appreciated.  Thank you in
advance....
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to