HttpWebRequest and JavaScript

BtySgtMajor

New member
Joined
Nov 13, 2005
Messages
4
Programming Experience
10+
Hi there,

I'm trying to do some HTTP communication between my gateway and a remote web server (not under my control; it's effectively a black box). It's working great, except for one thing: When I try to POST some data back to this one specific page, it says that JavaScript has to be enabled in order to use this "web app". It says that it appears that mine is either "disabled or not supported".

Now, it makes sense that the HttpWebRequest object isn't handling the JavaScript bit. Is there a way around this using this object? Or is this something I'm not going to have any luck with?

Cheers,
Duncan
 
Back
Top