We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$uri="172.245.118.60" $headers=@{ "content-length"= "215" "cache-control"= "max-age=0" "upgrade-insecure-requests"= "1" "user-agent"= "Mozilla/5.0 (Linux; Android 9; LM-G710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36" "sec-fetch-mode"= "navigate" "sec-fetch-user"= "?1" "content-type"= "application/x-www-form-urlencoded" "dnt"= "1" "accept"= "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3" "sec-fetch-site"= "none" "accept-encoding"= "gzip, deflate, br" "accept-language"= "zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7" } Invoke-WebRequest $uri -Method Post -Headers $headers
The text was updated successfully, but these errors were encountered:
can you please elaborate on this?
Sorry, something went wrong.
No branches or pull requests
$uri="172.245.118.60"
$headers=@{
"content-length"= "215"
"cache-control"= "max-age=0"
"upgrade-insecure-requests"= "1"
"user-agent"= "Mozilla/5.0 (Linux; Android 9; LM-G710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36"
"sec-fetch-mode"= "navigate"
"sec-fetch-user"= "?1"
"content-type"= "application/x-www-form-urlencoded"
"dnt"= "1"
"accept"= "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3"
"sec-fetch-site"= "none"
"accept-encoding"= "gzip, deflate, br"
"accept-language"= "zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7"
}
Invoke-WebRequest $uri -Method Post -Headers $headers
The text was updated successfully, but these errors were encountered: