Iam coding an app in C# to connect to a server, authenticate and then go ahead.

When I send in a authentication request, its response is via a URL. It needs a return URL by which it returns crucial data called ekey.

Can anyone please advise on how to provide a return URL and how to read back the data once it sends them back? I use WebClient, HttpRequest right now to post data.