ethAccount
Back to API doc top page.
Click here for a complete list of operations.
ReflectAspxAuthCookie
Sets specified authentication cookie passed from argument in HTTP response header.
This method is used to transparently log-in a user if the app has knowledge of the authentication cookie.POST /ethAccount.asmx/ReflectAspxAuthCookie HTTP/1.1 Host: www.wirelesstags.net Content-Type: application/json; charset=utf-8 Content-Length: length { "cookie":string }
HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Length: length { }