Tagged Questions
The requests tag has no wiki summary.
11
votes
6answers
437 views
Putting a `Cookie` in a `CookieJar`
I'm using the new Python Requests library to make http requests. I obtain a cookie from the server as text. How do I turn that into a CookieJar with the cookie in it?
8
votes
4answers
422 views
.htaccess or PHP protection code against multiple speedy requests
I am looking for ideas for how I can stop external scripts connecting with my site. I'm looking for the same kind of idea behind Google. As in if a certain amount of requests are made per a certain ...
3
votes
2answers
42 views
Python requests exception handling
How to handle exceptions with python library requests?
For example how to check is PC connected to internet?
When I try
except ConnectionError:
it gives me error name ConnectionError is not ...
3
votes
2answers
43 views
assertRises failure
I'm trying to write a unit test that will ensure an HTTPException is raised when necessary. Here is the test:
import unittest
from requests import HTTPError
import pyport
# Code omitted...
def ...
3
votes
1answer
230 views
Making HTTP requests via Python Requests module not working via proxy where curl does? Why?
Using this curl command I am able to get the response I am looking for from Bash
curl -v -u z:secret_key --proxy http://proxy.net:80 \
-H "Content-Type: application/json" ...
3
votes
1answer
227 views
Proxies with Python 'Requests' module
Just a short, simple one about the excellent Requests module for Python.
I can't seem to find in the documentation what the variable 'proxies' should contain. When I send it a dict with a standard ...
3
votes
2answers
428 views
how to kill ajax requests
I am trying to create a script to keep running even on fail until a certain word is returned. The bottom function will run for around 30 seconds, stop due to the PHP script (which is what i want) and ...
3
votes
6answers
4k views
multiple ajax requests with jquery
I got problems with the async nature of Javascript / JQuery.
Lets say the following (no latency is counted for, in order to not make it so troublesome);
I got three buttons (A, B, C) on a page, ...
3
votes
2answers
859 views
ASP.Net MVC RC Unit Testing Ajax Requests
We have just started using ASP.Net MVC Release Candidate and the test project we have was previously testing Ajax requests with MVC beta.
The old code looked something like this:
...
2
votes
1answer
39 views
POST “.wav” File to URL with Python, print Response How To?
So here we have a Python script:
""" Record a few seconds of audio and save to a WAVE file. """
import pyaudio
import wave
import sys
chunk = 1024
FORMAT = pyaudio.paInt16
CHANNELS = 1
RATE = 44100
...
2
votes
2answers
20 views
Facebook graph GET request using python requests module- certificate verification failure
I am writing a short python script for fun to check a few pages for the amount of likes. I am using the python requests module. As seen below, there was a problem, something about certificates. I am ...
2
votes
0answers
21 views
Python requests library combine HTTPProxyAuth with HTTPBasicAuth
Found an example on HTTPProxyAuth usage here http://stackoverflow.com/a/8862633
But I'm hoping for a sample on usage with both HTTPProxyAuth and HTTPBasicAuth IE I need to pass a server, username and ...
2
votes
4answers
204 views
Using Python, how do you untar purely in memory?
I'm working in an environment where I can't save anything to disk. I need to be able to pull tar files and unzip them without saving to disk. This seems to fail:
I've tried this but it tosses errors:
...
2
votes
1answer
512 views
Facebook App Requests are not compelling to invitations to users - whats your usage pattern?
Using the Facebook app requests dialog means I can send an invite to a user. Usually this invite will appear in their notifications menu at the top of their Facebook page. And I will see:
"Mike ...
2
votes
1answer
111 views
Possible DDoS attack? [closed]
I am getting hundreds of lines of the same request in my access logs as of July 4th. This one came up thousands of times in the hours around this date:
86.128.198.216 - - [22/Jul/2011:00:44:16 ...
2
votes
4answers
258 views
How to make a download page
I'm excited on how to do the download page similar to premiumpixels.com
Example - http://www.premiumpixels.com/freebies/custom-audio-player-skin-psd/
If we click on "download":
1) page reloads to ...
2
votes
3answers
69 views
Determining JavaScript functions making HTTP Requests
Ive got some particularly nasty Javascript I am trying to debug. Specifically, I am trying to determine what functions are making certain http requests. Due to the shear size of the .js file and the ...
2
votes
1answer
415 views
HTML5 Audio Player makes multiple GET requests when loading. Why?
I have been working on a jquery plugin that uses a HTML5 audio player () to play back mp3's. I noticed that in various browsers multiple GET requests were made for the same MP3 file when the audio ...
2
votes
4answers
164 views
Limit MySQL requests
Context: A Java client-side application needs to access a server-side MySQL database.
Need: Limit the possible number of requests to the database for each client (based on the client's IP).
Question ...
2
votes
2answers
2k views
javascript: cancel all kinds of requests
My website makes a lot of requests. I often need to cancel all current requests, so that the browser is not blocking relevant new requests.
I have 3 kinds of requests:
Ajax
inserted script-tags ...
1
vote
1answer
37 views
Does Foursquare have a maximum number or frequency of API requests?
I want to build an application which will use a lot of data, trying to "understand" in which roads there is traffic based on the users' check-ins, so it is important for me to know how many data I can ...
1
vote
1answer
65 views
Python Proxy Error With Requests Library
I am trying to access the web via a proxy server in Python. I am using the requests library and I am having an issue with authenticating my proxy as the proxy I am using requires a password.
...
1
vote
1answer
106 views
Node.js synchronous HTTP client requests at timed intervals
I am a newcomer to node.js and what I would like to do is write a bot which fetches market prices every 0.5s and store them in an array. I.e. call something like the following but for it all to happen ...
1
vote
1answer
43 views
How do I foreach Requests 2.0 callback items using json and javascript?
I'm a noob to JSON, and would like to do a foreach through all the variables that are given to the callback after a user of my Facebook application invites many users to it, using Requests 2.0
...
1
vote
2answers
76 views
Collect POST data, process it and POST that data to an external URL
I'm trying to implement a data processing module.
The scenario is,
First a user will POST some data.
User POSTed data needs to be processed and some more info needs to be added here
This processed ...
1
vote
1answer
107 views
Issues with Requests dialog
I'm a little confused using FB request dialog (sendRequestToManyRecipients).
Following the example found on FB developers' section, I succeed displaying the popup but I'm having a problem with the ...
1
vote
1answer
57 views
Contacting individual Page fans directly?
I was wondering what options are available for directly contacting specific fans of a Page.
What I've found so far is that it is possible for a Page admin to send a private message, using the Send ...
1
vote
1answer
319 views
How to remove an app request using Graph API
I'm trying to remove app requests using an HTTP POST request to:
https://graph.facebook.com/288041244541781_100000461597474?access_token=AT&method=delete
The access token i'm using is from the ...
1
vote
1answer
362 views
Stumbleupon API url encoding problem
I am trying to work with the stumbleupon API to get information about the items on my site.
Documentation: http://www.stumbleupon.com/help/badge-api-documentation/
Now it works perfectly except with ...
1
vote
2answers
85 views
how to send cookies in a post request with the Python `requests` library?
I'm trying to use the requests library to send cookies with a post request, but I'm not sure how to actually set up the cookies based on its documentation. The script is for use on Wikipedia, and the ...
1
vote
1answer
188 views
Facebook App Request “Referral”
I am working on a facebook game in PHP, and one of the things I'm having trouble with is requesting friends to play.
The goal of the request system is (aside from getting them to play) to have them ...
1
vote
1answer
52 views
To increase site loading speed what should we aim at: decreasing http requests / saving overall page size?
(My site has 110Kb in images, one rotator, 2 google fonts)
My Wordpress site made 30 http requests, took 7 seconds to load, overall page size 220Kb. By changing various plugins, I managed to bring ...
1
vote
0answers
485 views
Facebook requests dialog not showing message to recepient
If I invoke this:
FB.ui({
method: 'apprequests',
title: 'Who would you like to invite?',
message: 'Hello there'});
The 'preview' in the requests dialog that comes up ...
1
vote
0answers
176 views
RSpec: Need help seeding/understanding Requests Specs & Helpers
I am trying to understand RSpec's request specs which, to the best of my understanding, are RSpec's equivalent to Integration Tests. I can't seem to seed it correctly with a Race instance. It would ...
1
vote
5answers
583 views
running many parallel http requests using node.js
I've been tasked with splitting a process into many smaller processes running in parallel, distributed to a number of slave machines. The request comes in via HTTP, the server splits it up into a ...
1
vote
1answer
497 views
Check multiple whois requests in a textarea
I would like to create a whois function that can check availability for multiple domains (many different words at the same time).
I have this script which works for one single word. How can I get it ...
1
vote
1answer
2k views
how to send a facebook game request in php
OK i know there is tons of documentation out there for using a request form and that is not my question.
I am writing a similar app like many other game apps that need to send "game requests", but i ...
1
vote
0answers
53 views
Customer-facing Bug Reporting & Feature Request tools to integrate in C# smartclient
I am developing a business smart-client application using c# 3.5 and WinForms.
I am looking for a bug reporting and feature request solution that would allow users to quickly and easily create new ...
1
vote
2answers
548 views
Limiting the maximum number of concurrent requests django/apache
I have a django site that demonstrates the usage of a tool. One of my views takes a file as input and runs some fairly heavy computation trough an external python script and returns some output to the ...
1
vote
1answer
139 views
http listeners inside threads
I am writing a web service which has to be able to reply to multiple http requests.
From what I understand, I will need to deal with HttpListener.
What is the best method to receive a http request(or ...
0
votes
1answer
17 views
Where did the Filter Friends lists go from the Requests dialog?
So the old requests dialog had a dropdown for "Filter Friends" which allowed a user to select from their own custom friends lists.
But the new Requests 2.0 only allows us to select either Installed ...
0
votes
0answers
12 views
Why can't I open a Requests Dialogue in a Safari tab on iPad 2?
I've developed a Facebook App which runs a competition in which users upload photographs.
The client specifically wanted this to work on the iPad, so I used the Picup app to integrate into the PHP ...
0
votes
3answers
30 views
jQuery php request with safety
I have a user account system and admin levels. What I want to do is delete images with jquery and PHP requests but I worry about the security, since people can use firebug to see what's being send ...
0
votes
1answer
19 views
Error when deleting requests if the page is refreshed
Following Facebook's example code for deleting requests:
$deleted = $this->_facebook->api("/" . $reqId,'DELETE');
I can successfully delete requests when the user visits the app using the ...
0
votes
1answer
58 views
adding header to python request module
Earlier I used httplib module to add header in the request. Now I am trying same thing with the request module.
This is the python request module I am using:
http://pypi.python.org/pypi/requests
How ...
0
votes
1answer
42 views
Is a POST generated by a response to a Facebook app request guaranteed to be a signed request?
All,
I want to verify that when a user responds to an app. request generated via the Facebook Requests Dialog, that a signed request is sent to my application as part of Facebook's redirect to my ...
0
votes
0answers
13 views
How does one build a sharing tool on Facebook, that will allow a user to send email ID's of specific friends to a third party database?
I'm trying to build a site that will use Facebook's OAuth as the authorization mechanism and was wondering if it possible to use the "User Generated Request" function to send specific facebook email ...
0
votes
1answer
85 views
ASP.NET AJAX.BeginForm sends multiple requests
Im relatevely new with Asp.net MVC3,
I have a form handled with Ajax, like this:
@using (Ajax.BeginForm("dtjson", new AjaxOptions { HttpMethod = "Post", UpdateTargetId = "detalle_tarifa", ...
0
votes
1answer
113 views
Python module not working if called from main?
I have a project going. In the project folder, I have another folder (lib) and inside that folder I have 2 files. The contents of each is below. The problem is that req.py runs perfectly by itself, ...
0
votes
1answer
43 views
Best practice to deal with frequent updates and requests on a Core Data database on iOS?
I am building an application, that will need to gather data from many http sources. Some times, the count of these sources may end up being 700, resulting in a total of 35 MBytes.
To avoid ...