Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What exactly will b
e routing in HTTP client in the attached screenshot?
Tnanks
Shahhzad Godil
Come on man! You did not share all the code.
If you set a base address then the URL is the base address. If you did not set a base address then the code throws an exception; "An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set."
Thank you very much.
It resolves my issue.
You are the man.