Guest User

Untitled

a guest
Oct 6th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. var username = someString.substr(0, index);
  2. var password = someString.substr(index + 1);
  3.  
  4. body: JSON.stringify({
  5. "ctype": "Username",
  6. "cvalue": username,
  7. "password": password
  8. }),
  9.  
  10. body: JSON.stringify({
  11. "ctype": "Username",
  12. "cvalue": "Usernamehere",
  13. "password": "passwordhere"
  14. }),
Add Comment
Please, Sign In to add comment