Block 01, Week 01 fix POST request example
This commit is contained in:
parent
90cd89c958
commit
1934ea0c44
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ Content-Type: application/x-www-form-urlencoded
|
|||
Content-Length: 29
|
||||
Cookie: session=abc123
|
||||
|
||||
username=frank&password=1234
|
||||
username=user&password=1234
|
||||
```
|
||||
|
||||
And the response might look like:
|
||||
|
|
|
|||
Loading…
Reference in a new issue