C#C
C#9mo ago
83 replies
b

✅ Sending an HTTP GET request with a JSON body and then reading it in the .NET Core Web Server

Stack Overflow
Is there any way at all that I can send a GET request with a JSON body using C#? I am making a call to an API to retrieve a list of items using a GET request, but I have to pass the customer_id in ...
How can I send a GET request with JSON body?
Stack Overflow
Currently to send a parameterized GET request to an API interface I am writing the following code:

api/master/city/filter?cityid=1&citycode='ny'
But I see that there is a limit on the URL leng...
How to use HttpClient to send content in body of GET request?
Was this page helpful?