Tagged Questions

0
votes
4answers
64 views

Dealing with URLs in Django

Hey all! So, basically what I'm trying to do is a hockey pool application, and there are a ton of ways I should be able to filter to view the data. For example, filter by free agent, goals, assists, …
1
vote
3answers
38 views

WCF + REST: Where is the request data?

I'm currently developing a WCF RESTful service. Within the validation of the POST data, I am throwing exceptions if the request XML does not conform to our business rules. The goal is to send an …
0
votes
2answers
48 views

Is there a way to get raw http request stream from Java servlet handler?

I am trying to put some logging to capture the raw http request coming to my application. My Java code is inside a SpringMVC controller. I have access to the "HttpServletRequest" object. But I could …
0
votes
1answer
13 views

How do I grab all the request parameters in Catalyst?

Specifically I'm trying to capture all the POST parameters from a payment gateway as a single string and then parse them looking for the string 'ERROR'. I'm aware there's a $c->request->parameters …
1
vote
2answers
189 views

Any resource/codes on how fiddler works?

I need to track http/url requests & redirects from a windows forms application using C#. It should handle both IE & firefox. Not sure if Fiddler is open-source but if i'm not mistaken, it's …
1
vote
1answer
34 views

any harm in put django request object in thread local dict?

I have some custom render_to_response methods which now needs request object, I could pass request to each one of them but instead I am saving request object in a middleware to thread local space and …
1
vote
3answers
80 views

HTTP Request (POST) field size limit & Request.BinaryRead in JSPs

Hi, First off my Java is beyond rusty and I've never done JSPs or servlets, but I'm trying to help someone else solve a problem. A form rendered by JavaScript is posting back to a JSP. Some of the …
1
vote
8answers
297 views

ASP.NET request lifecycle confusion

I am new to C# and .Net and am coming from a Java background. I am trying to get my head around the .NET way of doing web applications and am not having much luck. I want to build an application to …
2
votes
4answers
129 views

How to send a HTTP POST Request in Delphi using WinInet api.

Hello, I am trying to make HTTP Requests from Delphi using the WinInet functions. So far I have: function request:string; var hNet,hURL,hRequest: HINTERNET; begin hNet := …
0
votes
2answers
13 views

The values of a form can not be passed on to the action file or the action file can not get the values of the fields in the form

This is the PHP code: $html=<<<eod <div>Your current account balance is <span style="color:red">$$balance</span></div><br/> <form id="digitalchange" …
0
votes
2answers
85 views

iPhone XMLRequest

Hello, I have an API which sends an XML Request to a server: <?xml version="1.0" encoding="UTF-8"?> <request type="handle" action="update"> <userdata> …
1
vote
1answer
38 views

Can’t get JSF input field value on JAVA backend

Hello. I have following UI part on JSF - it's simple search form with input field and submit: <h:form> <h:commandButton action="#{operation.found}" value="#{msg.search}" /> …
1
vote
5answers
39 views

Is it possible to send a http request only to get the last modified time?

Instead of the file itself? EDIT Best with a demo in PHP?
6
votes
9answers
907 views

Logging raw HTTP request/response in ASP.NET MVC & IIS7

I'm writing a web service (using ASP.NET MVC) and for support purposes we'd like to be able to log the requests and response in as close as possible to the raw, on-the-wire format (i.e including HTTP …
0
votes
1answer
17 views

IIS: Abort handler work on client connection close

I have a handler that do some hard work under images. It's look like http://example.com/webservice.ashx?imageparam1=100&imageparam2=200 Each request to this handler take about 2-3 seconds. I …

1 2 3 4 5 12 next
15 30 50 per page