I have a Curl in Swagger Resp Api as curl -X POST "https://petstore.swagger.io/v2/pet/11" -H "accept: application/xml" -H "Content-Type: application/x-www-form-urlencoded" -H "Client-Id: example.demo.com" -d "name=James&status=K"
How can I pass the Client-Id
from c# code using HttpClient() request header
0条回答
相关问题
- Carriage Return (ASCII chr 13) is missing from tex
- How to store image outside of the website's ro
- How to refer to an external JSON file containing r
- 'System.Threading.ThreadAbortException' in
- Request.PathInfo issues and XSS attacks