Reputation: 12545
I'm writting a proxy where I can send post request in asynchronous way. The method always get "Not Found" response when executed as async and OK when sync.
Async method (Not Found status)
What could I be doing wrong since the request is the very same for both?
Upvotes: 0
Views: 440
Reputation: 67
Could you replace the second call with the restClient.ExecuteTaskAsync?
Upvotes: 2