Tagged Questions

0
votes
2answers
25 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 …
2
votes
3answers
48 views

C++ HTTP / HTML Socket Question

I'm building an application which I'd like to have it connect to a website and parse some data off it. I'm wondering if anyone could provide me some raw example code. I don't nece …
1
vote
0answers
34 views

Actionscript NetStream.play drops port in relative URLs

Hi, the current page my flash application is running from is http://localhost:3000/. I'm trying to play a video using NetStream.play(relativeURL) by using a relative URL (e.g. "my …
1
vote
2answers
39 views

Is there a .NET ready made method to process response body of a HttpListener HttpListenerRequest body?

I'm using HttpListener to provide a web server to an application written in another technology on localhost. The application is using a simple form submission (application/x-www-f …
0
votes
3answers
51 views

Why am I getting this error in python ? (httplib)

if theurl.startswith("http://"): theurl = theurl[7:] head = theurl[:theurl.find('/')] tail = theurl[theurl.find('/'):] response_code = 0 import httplib conn = httplib.HTTPC …
2
votes
2answers
61 views

Detecting the browser language of choice with PHP

Hello guys, I'm trying to implement this code to have different files to load for german, spanish or english browser languages of choice. The case is that with my spanish IE I stil …
2
votes
3answers
22 views

Cached image problem

Hey all. Right, my problem is that I need to replace an image that appears on every page of a site, which is fine, the problem is I want every user to see the new image and not a …
0
votes
3answers
24 views

Examining AJAX HTTP requests using Web Inspector

Is there an easy way to examine the HTTP GET/POST/OPTIONS/HEAD etc requests being made by jquery ajax calls using WebKit's Web Inspector? I'm hand crafting responses and am lookin …
0
votes
1answer
14 views

Inspect network traffic from simple linux cli app

I'm running a small app on the command line, and I'm trying to watch the (http) network traffic it creates. Is there some kind of wrapper program (like 'time', or 'watch') which c …
2
votes
3answers
34 views

How to determine whether a web page has RSS or not in C#

Hello all, I have a task to do. I need to download a web page and to see if the page contains any RSS feeds. I know how to download a web page to string using Http APIs in C#, b …
0
votes
0answers
21 views

.NET Web Scripting

I'm attempting to right a script to logon (username and password) on to a website and download a file. I've tried using the webClient and webBrowser classes to no avail, they don't …
0
votes
0answers
16 views

Httpcontext working problem with AJAX

I am currently using AJAX control and also using httpcontext to redirect the page if the user is not authenticated.if two users are logged in at the same time and one deltes the o …
3
votes
4answers
120 views

How to get the true URL of a file on the web. (Python)

I notice that sometimes audio files on the internet have a "fake" URL. http://garagaeband.com/3252243 And this will 302 to the real URL: http://garageband.com/michael_jackson …
1
vote
2answers
26 views

Why am I getting a redirect loop?

I have a website with a for example (http://example.com). I want any requests for / i.e. http://example.com to be redirected to http://example.com/stuff. I added a .htaccess file w …
4
votes
9answers
128 views

cheat prevention for browser based xmlhttp/js/perl/php game

Lets say that in a browser based game, completing some action (for simplicity lets say someone clicks on a link that increases their score by 100) clicking on this link which would …

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