I'm newly started xamarin forms. I have already done with code using HttpClient but in my current application it depends on sessions means, once login has done based on sessions it will navigate to other screen. Without login hit other API
https://***.com/Service/GetPage?
I got the request response like below
https://****.com/?ReturnUrl=%2fService%2fGetPage
How can I resolve the issue.
Please help me.
Thanks in Advance.