0
votes
1answer
42 views
Can i invoke ASP.net page handler in console app?
I want to get 20000 HttpRequest or Page.Request instances from console app in less than 10 min. Anyone knows how to do it?
I am able to get 20000 instances in a very inefficient w …
0
votes
1answer
33 views
add text in http request string url
Hello all
ok i made a midlet through which i can connect to server pages and get soem information as response.
For example i made a midlet through which i acced url: http://exampl …
3
votes
3answers
47 views
Tracking and testing for abusive clients in PHP
Now there is a subject that could be taken many ways. Hopefully I will be able to de-obfuscate it as I describe my problem and start getting suggestions.
I am developing a site t …
0
votes
3answers
46 views
local host network monitor and httpservlet request
I have two Tomcat servers on my machine that communicate with one another.
1) Can someone recommend on a good (free) network sniffer so I'll be able to monitor the requests/ resp …
2
votes
3answers
28 views
Search order of HttpRequest indexer
If you do a simple index into Request's items via Request[key], it looks in 4 locations. What's the order? Someone makes a guess on that page at "Cookies, ServerVariables, Form a …
1
vote
1answer
45 views
HTTP Request Object and processing local requests
I have a web application that uses the CDO Message object to email reports.
For example:
Dim objCDO
Set objCDO = Server.CreateObject("CDO.Message")
objCDO.CreateMHTMLBody "http:/ …
0
votes
4answers
104 views
ASP.NET MVC - ActionFilterAttribute to validate POST data
Hello there,
Actually I have an application that is using a WebService to retrieve some clients information.
So I was validating the login information inside my ActionResult like: …
-1
votes
2answers
73 views
Type ‘System.Web.HttpRequest’ cannot be serialized
Hi There.
I am trying to design an Picture Upload feature into a web site.
I am using ASP.NET 3.5, C#, and WCF.
I have been asked to accomplish the following:
1) Make the Upl …
0
votes
2answers
86 views
How to read XML data from a URL by using vb.NET and save
Hi, friends i am able to get xml file by sing bytes, perhaps which is getting some problem, can u suggest me alternate method to do the same thing to save xml file.
Try
…
0
votes
3answers
66 views
Using My Own Callback with an HttpRequest Object
I'm writing an Http Request without the use of a library (another script was having conflits...)
But Im having trouble with the scope of my object. Below is the calling script, th …
0
votes
1answer
38 views
What’s the deal with dontEscape support in Uri? .NET 3.5
Documentation state that dontEscape is deprecated and always false.
However it actually works. Is it a good idea to use it anyway, or is there any other alternative to send non R …
0
votes
1answer
37 views
Check authenticated http requests in HttpModule
Hi,
What kind of event and property I can leverage to check whether a http request (client) is pass through ASP.NET authentication? Thanks
0
votes
0answers
23 views
Record the correct HTTP content-type of a response in an HttpModule
I want to log site traffic in .Net using an HttpModule. in the HttpContext.EndRequest event handler I'm storing the Response.ContentType property value to the database. On my local …
0
votes
2answers
91 views
How can Javascript mask whether radio button is checked?
Is it possible with Javascript to hide the checked-status of a radio button so that on a form submit the submit-request fails b/c of missing information?
For example: I have a gro …
0
votes
0answers
92 views
Javascript messing up POST-request for PHP-file?
Hey everyone,
I got following scenario:
A site is sending a request to a php-file to hand me some data. For this request I am selecting an item - here is the code for that part:
…
