mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-02-14 08:54:24 +01:00
Update README.md
thanks @kimboslice99
This commit is contained in:
11
README.md
11
README.md
@@ -115,6 +115,17 @@ response = requests.post(url, headers=headers, json=data)
|
||||
print(response.text)
|
||||
```
|
||||
|
||||
Example PowerShell request:
|
||||
```ps1
|
||||
$body = @{
|
||||
cmd = "request.get"
|
||||
url = "http://www.google.com/"
|
||||
maxTimeout = 60000
|
||||
} | ConvertTo-Json
|
||||
|
||||
irm -UseBasicParsing 'http://localhost:8191/v1' -Headers @{"Content-Type"="application/json"} -Method Post -Body $body
|
||||
```
|
||||
|
||||
### Commands
|
||||
|
||||
#### + `sessions.create`
|
||||
|
||||
Reference in New Issue
Block a user