including login credentials with a WebRequest
I am trying to “behind the scenes” log myself into a website, from the VB code behind my ASP.NET website. But I am dumbfounded as to how to do this.
I am trying to “behind the scenes” log myself into a website, from the VB code behind my ASP.NET website. But I am dumbfounded as to how to do this.
How does one read the request body in ASP.NET? I’m using the REST Client add-on for Firefox to form a GET request for a resource on a site I’m hosting locally, and in the Request Body I’m just putting the string “test” to try to read it on the server.
I am testing out a few different public RESTful APIs each differing in http argument value name, but in concept all work similarly. However none of the companies are connected so it must be something on my end.
I tried to search previous discussion about this issue but I didn’t find one, maybe it’s because I didn’t use right keywords.
I’m using a jQuery webcam plugin to communicate with a webcam in my page and take a snapshot. The way it works is by communicating with a Flash helper. To save the picture it takes the name of another page and sends a web request to that page. And I’m successfully receiving that request on the other. I want to save the image from that request.