A request is a message sent by a source to another object.
0
votes
1answer
16 views
Getting Current Page URL From Master Page with Routing
I'm trying to be able to determine which page url the user is loading from the master page.
So far I've been able to use
this.Request.RawUrl
to get the path of the page itself, which works fine ...
1
vote
1answer
12 views
Log in with cURL and make an other request with cURL after
I have a problem with my requests with cURL.
I want to log-in, it works. I want to conserve the cookie to keeep the connexion available, it works.
$lien = 'https://thewebsite.com';
$postfields = ...
0
votes
1answer
44 views
Why can't I connect to http server on localhost through a browser?
I wrote a very simple Java http server for exercising purposes. I test it with cURL and everything seems to work fine but when I try to send a request from a browser
http://localhost:6666/
the ...
0
votes
0answers
20 views
Most of JavaScript requests never reach external server
I am loading external JS with paramters to log user's events data. About 60% of requests never reach external server. SSL certifciate is ok.
Do you have any idea what me be the casue of this problem?
...
0
votes
1answer
17 views
Loop through a table to fill an other one
I asked a question here fiew days ago: Order SQL request when each row contains id of the next one
But now I'm confronted to another problem. I would like to get all bus stops per ligne in the right ...
0
votes
0answers
12 views
objective-c using ASIFormDataRequest and setting request body
I am using ASIFormDataRequest to compose requests to my api and I want to set my form data to some json string with the data to send
In fiddler I set my Request headers as follows
User-Agent: ...
1
vote
2answers
39 views
How to get the Request object from the ServiceManger in Zend Framework 2?
I'm develooing a RESTful application and want to build a factory, that creates the proper ViewModel (Zend\View\Model\ViewModel, Zend\View\Model\JsonModel, my XmlModel) object dependent on the Accept ...
0
votes
1answer
15 views
libcurl block until response finishes?
How do you block until the request response finished in libcurl? I need to block because CURLOPT_WRITEFUNCTION asynchronously writes to the C-String; so I need to be sure that I can get the full ...
0
votes
0answers
23 views
XMLHttpRequest access denied
I got problem with request in ajax. I wrote site script like that:
var url = "http://url/api/render";
if (window.XMLHttpRequest) { //
http = new XMLHttpRequest();
if ...
2
votes
0answers
23 views
Requests for touch icons from android
Does anyone know the logical flow and timing behind requests for apple-touch-icon.png by android apps that use an embedded webkit browser?
What I seem to be seeing (but am having trouble verifying) ...
0
votes
1answer
13 views
Cannot access non-static 'Request' in static context
I've a web form (.aspx) and i want to initialize some fields with values from page request object.
public partial class Freegitfs : System.Web.UI.Page
{
String _purchasebleUnitKey = ...
0
votes
1answer
18 views
PHP Concurrent Requests Lead to Multiple Sessions
I am working on a updating an existing visitor tracking script on a high traffic website. I noticed that there is a problem not with the script itself, but with what happens when there are multiple ...
-2
votes
0answers
23 views
C# - Webkit .NET Block web request [closed]
there is any way to block a web request in webkit .NET using C#?
I have searched everywhere and I can't seem to find it, I'm trying to block some ads like "adblock plus" does in chrome.
I appreciate ...
0
votes
1answer
13 views
django test RequestFactory does not include request.user
Whenever I use the requestFactory during testing like:
from django.contrib.auth.models import User
from django.test import TestCase
from django.test.client import RequestFactory
from ...
0
votes
2answers
35 views
create hidden textbox, change it value in javascript and get new value. c#
I'm create a web custom control with hidden field:
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
hidden = new HtmlInputHidden();
hidden.ClientIDMode = ...
1
vote
1answer
23 views
Node.JS: How to send headers with form data using request module
I have code like following
var req = require('request');
req.post('someUrl',
{ form: { username: 'user', password: '', opaque: 'someValue', logintype: '1'}, },
function (e, r, body) {
...
0
votes
2answers
31 views
php - MySql select from table with multiple conditions
I need to select all from database when "main=1" once, then select all from database when "main=0" and use them within the same request. Can I do this in one request?
this is the request
1.
$result ...
1
vote
1answer
38 views
IDLE throwing error for no reason [closed]
Ok so im absolutely stumped with some super basic python coding. I feel like an ass for having to ask this but here goes. im attempting to build a basic port scanner. im using code that i have ...
4
votes
0answers
18 views
MITMProxy poor performance
Seeing very poor performance while using MITMProxy in Python. We are custom forwarding requests using the requests Python library.
Our program uses the script mode on MITMProxy to create a custom ...
4
votes
0answers
29 views
How to properly forward requests through proxies with MITMProxy?
Trying to use MITMProxy to do custom forwarding to requests made from the Firefox browser, so that they go through one of several proxies selected at runtime. It is performing too slow for our ...
1
vote
2answers
31 views
How can I login to this website using urllib and urllib2
url : https://myaccount.adlkerala.com/login.php
page source:
<html>
<head>
<title>Mettle-Wire Login</title>
<style type="text/css">
@import ...
1
vote
0answers
31 views
How to get the content type of a REST request in a Zend Framework 2 controller?
The Zend\Mvc\Controller\AbstractRestfulController#requestHasContentType(...) checks the content using $request->getHeaders()->get('content-type');.
Now I'm sending a cURL request like this:
# ...
-1
votes
0answers
12 views
What are the impacts of a response payload size on the turn around time of the request?
I would like to know if a bigger payload for an AJAX request will increase the turn around time of the request?
0
votes
0answers
35 views
How to use request/session attribute after jquery ajax request?
I have a form (comform) sent with this jquery ajax methode :
$(document).ready(OnReady);
function OnReady(){
$('#comform').submit(onComm);
}
function onComm(data){
$.ajax({
type: ...
0
votes
0answers
13 views
how to write an http request filter to detect sql inejctions in ASP.Net
I'm writing a response.filter object to detect SQL injection attacks. I want to scan the data in the request object. If I find a field that contains a suspected attack, I will encode it to nutralize ...
-1
votes
3answers
26 views
Java Server that accepts GET and POST requests [closed]
Basically I'm just trying to create a java application that runs on some port on local host, and will read queries and send responses. I'm not exactly sure where to begin though, I have experience ...
0
votes
1answer
29 views
getting a 404 when trying to upload a file to the google drive api, suspecting a data formatting issue
Im trying to save some dynamically generated data (json) to a (new) file on my google drive using JS but i keep getting these unhelpful errors on my POST.
At first I thought I was POSTing to the ...
-1
votes
0answers
40 views
Do I need to use all the form data or am I doing it wrong for POST request [closed]
I am essentially wanting to send a POST request to this page ' http://www.roblox.com/User.aspx?Id=1/ '. But it is erroring when I send certain form data.
Typically I want to clone the POST request ...
-1
votes
0answers
10 views
How to get data from other sites' API like Amazon + programming language
I used to be a programmer long time ago. I know Java and C#. I want to create a web site and get data from other sites' API. For instance, get product image, customer reviews, and pricing information ...
-1
votes
0answers
22 views
getting a requestparam value in a method then places it into another method in spring?
I'm wondering if its possible to create a @requestmapping method that retrieves a @requestparam value in a controller and then get that parameter into a different @requestmapping method?
-3
votes
1answer
24 views
PHP - Show result when writting
So I have a form:
<form method="post">
<input type="text" name="username" value="Username" />
<input type="submit" name="go" value="GO!" />
</form>
And when the user clicks ...
0
votes
1answer
16 views
SPDY and lazy image loading via JavaScript
I'd like to load a bunch of images via JavaScript and insert them into my page. When the web server supports SPDY, does each image generate a new request or are all the image request bundled into one ...
0
votes
2answers
39 views
How do I PUT data using HttpURLConnection
I want to send an http request using Java to the parse server, here is the request
curl -X PUT \
-H "X-Parse-Application-Id: value" \
-H "X-Parse-REST-API-Key: value" \
-H "Content-Type: ...
-7
votes
1answer
25 views
H.323 Request Java [closed]
I need to send a call using h.323 protocol in java, I do not need audio, just the call connects. for that I am using an IP gateway, but I need to send the request mode and ready, like I can do?
0
votes
1answer
23 views
What's the absolute path to current request object in Rails environment?
I'm searching for the current request of class Rack::Request to find the params. Suppose I've spawned a debugger in my model, I don't want to send a new request, but still find my params.
I couldn't ...
0
votes
0answers
12 views
ksoap2 request of specific type
I am using ksoap2-android for consuming a web service. When i'm trying to use this soap request it fails to return a correct result:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope ...
0
votes
0answers
35 views
What is the best way to read a HTTP request in Ruby?
I build a webserver just for fun to learn how the HTTP protocol works and learn Celluloid.
How should I read an incoming HTTP request? An HTTP GET request never exceeds 2KB, so I thought at first I ...
-1
votes
1answer
33 views
Grabbing specific XML node with PHP
I have a xml request that looks like the code below and I would like to store in a PHP variable ONLY the value in the node RATE that should come in the Response.
How could I achieve that?
$zip = ...
0
votes
1answer
25 views
Getting dynamically added inputs from request
I have a form that has arbitrary many input fields:
<form method='post' action='/SaveIt/'>
{% csrf_token %}
<div id="id0">
<label>Name:</label> <input ...
0
votes
0answers
7 views
Many Ajax request - async: false - realized with timeout
I have written a script that performs many Ajax queries one after the other.
Since the server the query I answered a request at the same time I have async: false use
With the option async: false ...
0
votes
0answers
14 views
Why does Facebook send the signed request via POST?
Why does Facebook send the signed request via POST ?
Indeed if the signed request were sent via GET it will allow client-side javascript code to get it. Thereby the application could be stored in a ...
0
votes
2answers
27 views
MySQL Request from two tables advanced
I have request from my MySQL table. It looks like below:
SELECT s . * , if( v.ip IS NULL , 0, 1 ) AS voted, v.vote
FROM `emvc4_records` s
LEFT JOIN `emvc4_records_votes` v ON ( s.id = v.record_id
AND ...
-1
votes
0answers
42 views
0
votes
1answer
23 views
How to configure Riak 1.3.* with range request (Accept-Ranges: bytes)
I'm trying to use riak for storing of video contents. I'm allready able to push my video to riak with the correct mite type and I also receive the Video by its URL.
The riak page tells me, that riak ...
0
votes
1answer
35 views
XML Request and Response with PHP for USPS Rate Calculator
I have been trying to build a USPS Rate Calculator for a site, but unfortunately the test url from USPS does not seem to work. In any case, my code does not return anything at the moment, not even the ...
1
vote
0answers
8 views
FQL Application Limit Error
I'm working on a WordPress blog and am trying to show the total_count from Facebook FQL for the URL of each post. So when I go into a post, I grab the URL generated by WordPress, and then run the ...
0
votes
0answers
12 views
Send a request with openlayers
I am trying to make a request to a SOS service using Openlayers like this (part of the code):
var params = {'service':'SOS','version':'1.0.0','request':'getCapabilities'};
var ...
0
votes
1answer
31 views
Social framework - how to know if message was sent or not
I'm using Social framework in my project (iOS6), so user can make posts on Facebook or Twitter.
My question is, if there is a way to find out if user have sent a post to social network or he have ...
0
votes
0answers
14 views
how to send a json string in a POST request to web server in Java? [duplicate]
So i need to send a json string in the request body for a POST request, all the searches on the web pointed me to really outdated examples with deprecated API.
I'd really appreciate if someone could ...
0
votes
1answer
41 views
How to access the GET parameters in express.js or node.js?
I know how to get the params for queries like this:
app.get('/sample/:id',routes.sample);
In this case, I can use req.params.id to get the parameter (e.g. 2 in /sample/2).
However, for url like ...


