Tagged Questions

5
votes
4answers
48 views

REST/Ajax deep linking compatibility - Anchor tags vs query string

So I'm working on a web app, and I want to filter search results. A nice restful implementation might look like this: 1. mysite.com/clothes/men/hats+scarfs But lets say we want …
1
vote
4answers
47 views

Java HTTP AUTH?

I'm trying to connect a desktop application I am writing with the del.icio.us api @ http://delicious.com/help/api and simply provide them with my username and password and to reque …
1
vote
4answers
88 views

Delphi - loging all HTTP request

Hi I need loging all HTTP request (from any application). I have Delphi 7.0. Anybody know how do that?
1
vote
3answers
31 views

Finding out where curl was redirected

I'm using curl to make php send an http request to some website somewhere and have set CURLOPT_FOLLOWLOCATION to 1 so that it follows redirects. How then, can I find out where it w …
2
votes
3answers
78 views

Downloading HTTP URLs asynchronously in C++

What's a good way to download HTTP URLs (e.g. such as http://0.0.0.0/foo.htm ) in C++ on Linux ? I strongly prefer something asynchronous. My program will have an event loop that …
0
votes
2answers
15 views

Flash: How do I make a POST request from within flash to my processing php page?

I basically have a form inside of Flash that I need to submit to a server-side processing page, which will then return either json or xml telling if it succeeded or not ( json, xml …
2
votes
2answers
49 views

HttpSendRequest blocking when more than two downloads are already in progress

In our program, a new thread is created each time an HTTP request needs to be made, and there can be several running simultaneously. The problem I am having is that if I've got tw …
0
votes
3answers
40 views

What would be the best way to send NSData through PHP into MySQL?

Ok I believe this must be a pretty common scenario. I need to send a NSData variable over a HTTP request through a PHP page which then subsequently stores it in MySQL. This will be …
0
votes
4answers
89 views

How do I stop reading from a socket if the HTTP response doesn’t have a Content-Length header?

The following code snippet reads HTTP response. Say the response doesn't contain a Content-Length header and the Content-Type is not text/html, how do I terminate the while loop? …
2
votes
4answers
34 views

Are there any HTTP/HTTPS interception tools like Fiddler for mac os X?

Hi all, I would want to ask you if you know any application like fiddler but for mac os x , i need to debug some requests from google earth in mac os x. i used to do it with fiddl …
0
votes
1answer
15 views

How to post a file via HTTP with cookies using python poster lib

Using Chris Atlee's python poster library is there any way to include cookie handling? I have python http login code, which works with cookies: cookiejar = cookielib.CookieJar() u …
0
votes
1answer
18 views

HttpCachePolicy and SSL

Hey everyone, I have an application that allows the user to download a csv. This works great when not using SSL. However, when using a secure connection I get the "Internet Explor …
4
votes
4answers
57 views

HTTP MODIFY verb for REST ?

As far as I see, there's no RESTful way to apply a modification to a resource. In order to do it, you have to PUT the resource as a whole, overwriting the previous representation. …
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
41 views

[PHP]: Directory handling problem.

My project files are located on remote server in the folder. I access a file in this folder in this way: http://www.example.com/searchtest.html This opens a page with Input Box w …

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