0
votes
2answers
37 views
Rails - RESTful Routing - Add a POST for Member i.e(tips/6)
Hello there,
I'm trying to create some nice RESTful structure for my app in rails but now I'm stuck on a conception that unfortunately I'm not sure if its correct, but if someone …
0
votes
2answers
16 views
Getting server name in ContextLoaderListener
My listener is filling Cache (Terracota) and if something goes wrong at application start, ExceptionInInitializerError is thrown. I would like to get server name (like on HttpServl …
0
votes
4answers
36 views
Potentially dangerous Request.Form value - Exception
Hi,
today I receive multiple (50->*) e-mails regarding:
A potentially dangerous Request.Form value was detected from the client (ctl00$Content$InputStreet="OzgYPY <a href="h …
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 …
0
votes
1answer
11 views
c# httpwebrequest to a web page iphone version
hello guys,
i want to make an httwebrequest to a web page and get the response html of that page.
the problem is i want to generate the request as i'm requesting it on iPhone so …
0
votes
1answer
15 views
grails + gwt request handling via controllers
I am new to gwt. I am trying to integrate gwt+grails.Can anybody provide me a good example for handling the request using grails controllers and not a custom servlet.I will be real …
2
votes
4answers
32 views
Fire off an internal ServletRequest in Tomcat
I am using Quartz to schedule background tasks for a web application. Some of these tasks just fire off requests against the same web application.
I want to avoid depending on any …
0
votes
1answer
11 views
How to find if a request is for js or css in httpHandler
Hi guys,
is there any way to find if a particular request is for JS or CSS in httphandler
to improve the performance of my website i was using HttpCompress from Code Project
http …
0
votes
4answers
63 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
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
1answer
44 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
3answers
40 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 …
0
votes
2answers
39 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 …
0
votes
3answers
33 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 …
1
vote
1answer
42 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 …
