|
-
Jul 4th, 2005, 07:15 AM
#1
Thread Starter
New Member
Remote Server Connections from ASP.NET XML Web Service
I am attempting to make a webservice full of tools to help people with a game called Runescape.
I am really confused as to how I would connect to hiscore.web.runescape.com in an ASP.NET Web Service, and be able to send a GET request for a page with query strings.
I am going to have the user input into a field in which is labeled username, and I want to be able to connect to hiscore.web.runescape.com and then use this request:
GET /aff/runescape/hiscorepersonal.cgi?username=usernamewillbehere&category=0 HTTP/1.1
How would I go about connecting to the server and relaying this request to the server, in order to recieve the HTML back?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|