Question Server Issues.

DalexL

Active member
Joined
Jul 3, 2010
Messages
34
Programming Experience
3-5
I have a program that I'm working with that doesn't work when it's offline. It doesn't work offline because it does a request for a couple of files on the server. I was able to easily trick the program into correctly running by saving the requested files to my computer and then using Fiddler2 to reply with the page when it was requested. I want to allow others to do this, however, some of the users may not have time or the ability to use Fiddler2. I want to make a program that can do it automatically.

I already have a server that works and can respond, but, the program's requests are specific to the domain name.

My question is, how can I make my server respond to this domain name. I'm using the http listeners as my method of receiving requests.

Feel free to ask more questions. I probably didn't explain that very well.

Thanks.
 
Let me try to explain this better...

I have a server that responds to requests on port 80 such as "http://localhost/" and "http://computername/". I need it to respond to a site name though. In this case, "www.Roblox.com". If it can respond to a request for that page (A kids online game). Then it should all be fine.

Thanks, hope that helped a bit.
 
Back
Top