Skip to content

Commit

Permalink
add requests.http
Browse files Browse the repository at this point in the history
  • Loading branch information
gusalbukrk committed Oct 8, 2023
1 parent a671e5e commit 5828688
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions requests.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
POST https://simpletables.xyz/signup
Content-Type: application/x-www-form-urlencoded

action=sign up
&email=[email protected]
&password=pass1234

###

# by default, REST Client extension remembers cookies for subsequent requests
# therefore, you'll be logged after run request below until logout endpoint is hit
# there's also a clear cookie command but it hasn't been released yet
# https://github.com/Huachao/vscode-restclient/pull/1064
POST https://simpletables.xyz/login
Content-Type: application/x-www-form-urlencoded

action=log in
&email=[email protected]
&password=pass1234

###

GET https://simpletables.xyz/logout

###

GET https://simpletables.xyz

0 comments on commit 5828688

Please sign in to comment.