0
votes
1answer
16 views
Mapping a WCF request message to the underlying operation
I need to know what operation is being invoked by examining a request Message object in an IDispatchMessageInspector.
What is the best way to do this?
0
votes
4answers
49 views
Prevent IllegalStateException when reading from request
I have an interceptor for catching Exceptions and sending emails of this exceptions.
All my struts actions extend CoreController which implements SerlvetRequestAware.
In mail ser …
0
votes
3answers
30 views
How to get intermediate response from server ??
Hi all,
I am trying to check pop and smtp values entered by user.. I mean i wish to validate that pop and smtp say for example(pop.gmail.com,smtp.gmail.com) which is entered by us …
0
votes
2answers
25 views
Logging requests/responses in a WCF REST service
I'm looking for a way to log both requests and responses in a WCF REST service. The WCF REST starter kit comes with a RequestInterceptor class which can be used to intercept reques …
1
vote
1answer
36 views
What happens to an http Request when the user leaves page in the meantime?
I'd like to keep some information on the client which element was clicked and thus save the information within a cookie, but it's a third party cookie because I need this informati …
2
votes
3answers
26 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 …
0
votes
3answers
58 views
How to get a querystring when it is URLEncoded or has percent characters in ASP.NET
How to get the actual querystring from the Request object when the querystring is UrlEncoded or has percent characters in ASP.NET?
Basicly, if I have a Url like this: Default.a …
0
votes
1answer
61 views
getting null on request.getParameter() on submit of form in java code?
IN JAVA CODE IN JSP as below i m getting null value for field"noOfRecords".
if (request.getMethod().equalsIgnoreCase("POST")) {
try
{
noOfRecords=Integer.pa …
0
votes
1answer
37 views
Flash and php become very slow, same code!!
I did a flash application, login form in flash, authenticate in php, that was 3 months ago, the sending requests and response is very fast, means, when i click submit button, withi …
0
votes
1answer
55 views
How to get AppID on iPhone using SDK/programmatically?
Hi All,
I want to send the AppID as a http URL parameter for all webservice requests, but I do not know how to get the AppID on iPhone programmatically.
Does Apple provide any API …
0
votes
2answers
29 views
How to understand if a request made to WCF?
Is there any event which allows me to get informed when a client accesses any of the listening WCF service methods ?
0
votes
1answer
44 views
Handle http post request
Hi all!
I have the following scenario to implement:
I have an ASP.NET Web site. On a click of a button in my site the user is redirected to a 3rd party site. When the user does s …
0
votes
1answer
40 views
struts2 request encoding
I am sending a XML in HTTP POST body.
Question:
Does struts2 support processing request in utf-8 encoding?
Reference:
http://www.experts-exchange.com/Programming/Languages/J …
0
votes
2answers
26 views
Which requests cause a w3wp process to grow considerably?
On a production environment, how can one discover which Asp.Net http requests, whether aspx or asmx or custom, are causing the most memory pressure within a w3wp.exe process?
I do …
1
vote
0answers
25 views
Seeing duplicate http requests in server logs
Hi,
I have started a small django application in my machine. When i have seen the request logs I figured out that It is actually logging the same requests twice.
After a little i …
