Skip to content

Instantly share code, notes, and snippets.

@rodionbykov
Last active August 29, 2015 14:27
Show Gist options
  • Save rodionbykov/d2748748adac5a77d578 to your computer and use it in GitHub Desktop.
Save rodionbykov/d2748748adac5a77d578 to your computer and use it in GitHub Desktop.
FW1 REST API Request/Response
POST http://localhost/users/login HTTP/1.1
Host: localhost:80
Content-Type: application/json;charset=utf-8
{login:'john',password:'1234567'}
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
{"LASTNAME":"Smith","FIRSTNAME":"John","ID":44312949}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment