Hypertext Transfer Protocol is an application level network protocol that is used for the transfer of content on the World Wide Web.

learn more… | top users | synonyms

0
votes
0answers
15 views

Web API: ActionFilter that executes before entire request is received

I'm building a web service in Web API, and one of the actions receives very large files. They're video files, typically between 100-200mb. This means that the upload times will be long. I have ...
0
votes
0answers
23 views

RabbitMQ - Receive messages on an HTTP API

Is it possible that RabbitMQ can distribute messages to HTTP rest endpoints? For example a desktop app publishes a message to RabbitMQ which then relays it on to several subscribers including ...
0
votes
2answers
22 views

Trying to understand how http GET works , and how to pass parameters in JQuery

I am trying to build a jQuery web page , that when called from the browser (GET request) will get an id as parameter. For example lets say that the web page written in jQuery is the mypage.com . I ...
1
vote
2answers
19 views

Why socket.io won't connect?

To my understanding socket.io is based on HTTP which is a standard protocol. I have my c code for HTTP server and when I type in a browser "localhost:8080" the server is working. But when I call var ...
0
votes
1answer
17 views

ruby/bash: How do I download a large file with using the “If-Range” and “Range” headers?

I've been trying to use mechanize to download mp3 files, but the server always returns a 404. Looking at the headers my browser sends (checked on Chrome and FF), I noticed that the If-Range and Range ...
-1
votes
1answer
26 views

Best SEO friendly way to redirect a website with multilanguage support? [closed]

I'm delaing with a website which at this momment is redirecting to many urls regarding on the client's user agent language. At this moment its working with 302 redirections like this: ...
1
vote
0answers
18 views

Plotted ab results of node, cluster and nginx, odd results? [migrated]

I did a test with ab -n 10000 -c 1000 against node.js with different configurations, each returning the string Hello World!. Results seems odd to me. X axis is the number of requests, y is the ...
0
votes
1answer
17 views

How to handle conflicting HTTP GET param

I'm designing a REST API that supports HTTP GET parameters. In most cases I only accept one value for a parameter. But how should I handle duplicate parameters? For example, Stack Overflow accepts a ...
1
vote
2answers
46 views

What are these weird lines in HTTP protocol?

I'm reading source from a website by building a legit connection, like this in Java: final Socket sock = new Socket(hostname, 80); PrintWriter writer = new ...
1
vote
0answers
44 views

IE striping headers from HTTP POST request to S3

I'm doing straight-to-S3 multipart file upload via AJAX. Everything works fine under all browsers but IE. S3 requires an Authorization HTTP header in each POST request which contains the signature of ...
0
votes
2answers
87 views

How to create nanohttpd server in android?

Actually ,I had searched some questions and go to the github. But I'm new ,I cannot understand the example. I want to create the http server in android so I can access it in PC browser. I had ...
0
votes
1answer
44 views

IOS passing backslash as part of url parameter to Json Web Service

I'm calling a Json Web Service wich expects two parameters. username and password. The username I'm trying to pass includes a backslash (\) as it is a domain account eg. companyname\jamesd. Here is ...
1
vote
3answers
49 views

Put many request parameters with GET request in REST API [closed]

Is it a good practice to put many request parameters with GET request in REST API? I have gone through couple of sites and tried to get the standard way of doing GET URI with parameters ...
1
vote
0answers
26 views

Unable to set “ Force SPDY Over SSL ” to false in chrome

I am new to SPDY and have worked on HTTP prior to this. I know we can see the details of SPDY on chrome using chrome://net-internals/#events&q=type:SPDY_SESSION%20is:active URL. For running some ...
0
votes
0answers
9 views

A Jar program uses a .class file, but the .class file uses jars

I am using a program called TcpCatcher. It is a proxy that lets you modify requests and responses on the fly. You do this by specifying a .class file. However if I try to use a class file that uses ...
0
votes
0answers
9 views

HTTP Communications- Browser not receiving all data

I have set up a server with my homemade http code on it. My code binds to a port(80) and then listens for requests on that port. My response is sent in pieces using multiple send() calls. If I access ...
0
votes
0answers
8 views

How to fork HTTP requests with TcpCatcher?

TcpCathcer is a proxy that lets you modify http requests and responses on the fly, by supply your own Java class file. Instead, I want to intercept the request, make two requests from my Java file, ...
0
votes
0answers
25 views

Logging into a website using a proxy connection

I would like to log in to a website using a proxy server connection. In my browser, I am currently able to visit the website without any problems, and I am also able to submit my username and ...
0
votes
1answer
6 views

Resource with cache headers still going out

On a call I want to get cached forever, I put these headers (from the response i see): HTTP/1.1 200 OK X-Powered-By Express Vary Accept-Encoding Cache-Control public, max-age=31536000 Expires ...
0
votes
0answers
26 views

Why HTTP PUT instead of HTTP POST? [duplicate]

Conventionally why HTTP PUT should be used to update or modify objects instead of HTTP POST ? Since HTTP POST can do the same funtionality which HTTP PUT does, what is the significant importance of ...
-1
votes
0answers
10 views

API/web server for managing users and sessions [closed]

I hope what I'm about to say makes sense to you as it does to me. I am in the process of developing an app that needs to communicate with an online server. The server should be able to handle ...
0
votes
1answer
15 views

what is cdn prefix instead of www in web address

In place of a missing www prefix I sometimes see cdn. Is this for a special service or program, different from a webserver ? Is there a list of all common leftmost subdomains/domain prefixes?
0
votes
1answer
36 views

How to share 'r' plots over http

To share an 'r' plot I first convert it to an image and then share it via email, shared folder etc... Is there an alternative method for sharing 'r' plots over the web. So a user can visit a dashboard ...
1
vote
0answers
19 views

Generate thumbnail from remote jpeg without downloading

I want to load the EXIF thumbnail preview stored in a jpeg image located on a remote server, without having to download the whole image. The server does not support resuming. Is this possible? In ...
1
vote
1answer
40 views

How to avoid the 0-byte file on Webclient download error

When using the following code to download a file: WebClient wc = new WebClient(); wc.DownloadFileCompleted += new System.ComponentModel.AsyncCompletedEventHandler(wc_DownloadFileCompleted); ...
0
votes
0answers
35 views

IIS7 HTTP to HTTPS Redirection

I having some difficulty redirecting users to HTTPS using IIS7. I've tried following the steps outlined on a variety of sites which include editing web.config, URL Rewrite Module, and custom error ...
-7
votes
0answers
63 views

How to upload zip file from android to web server?

I have xxx.zip file in my app internal storage. i want to upload this zip file into web server when user click the button. that zip file contains text files. i need to send userid and filename when ...
-1
votes
0answers
38 views

Apache server reached MaxClients setting [closed]

I'm using Apache/2.2.15 (Unix) in CentOS release 6.3 (Final) 2.6.32-279.1.1.el6.x86_64. I have some HTTP requests from specific referer with diferrent ip adresses and i want to block these requests ...
0
votes
1answer
23 views

chunk data logging in node.js

I have following function in node.js inside a http.request() res.on('data', function (chunk) { var sr="response: "+chunk; console.log(chunk); }); I get this in console ...
0
votes
0answers
8 views

about:blank and chrome://downloads/ in referrer field of access_log

Today I find that the website has these 2 strange requests, which have strange referrer: about:blank chrome://downloads/ Ignoring the fact that we can set dump referrer using any script (cUrl..), I ...
0
votes
0answers
59 views

java android - download file http authentication

I want to download the content of html and json files from a webserver with http authentication on android. On the browsers I always used http://username:passwort@example.com/path/to/something, which ...
0
votes
1answer
34 views

Esablishing if file exists on another domain using javascript

I wish to test from javascript within my html page if the following files exist or not: http://www.focloir.ie/media/ei/sounds/ag_c.mp3 // exists http://www.focloir.ie/media/ei/sounds/og_c.mp3 // ...
12
votes
5answers
203 views

http HEAD vs GET perfomances

I am setting-up a REST web service that just need to answer YES or NO, as fast as possible. Designing a HEAD service seems the best way to do it but I would like to know if I will really gain some ...
1
vote
1answer
66 views

Git proxy bypass

Git works in a proxied environment by setting the http.proxy configuration parameter. For certain addresses I need to bypass the proxy. Is there a no-proxy/bypass-proxy configuration parameter?
0
votes
0answers
8 views

How to decode encoded content from http/1.1 web server in a fixed-size buffer?

I am writing a http client in C on Linux. According to RFC 1952, when "Content-Encoding" is present with value other than "identity", the response content is encoded. Available encodings include: ...
1
vote
1answer
22 views

httpError using mwclient with local MediaWiki

I try to create a page using mwclient with a local MediaWiki. With wikipedia.org everything works fine. With my local MediaWiki I enter these commands: import mwclient site = ...
0
votes
1answer
13 views

Jersey: Implementing a welcome page

I want to create a welcome page whenever the context root of my Jersey application is accessed. Unfortunately the servlet mapping is set as /*on my web.xml and according to this link, it's bad to have ...
0
votes
0answers
40 views

Android login unauthorized

I work on android project that connect to web service. There a function to show data after user login. Login function call web service using http post method. Here is my login code to connect to ...
1
vote
2answers
49 views

Chain of POST requests in Objective C (iPhone)

I need to send a server a set of requests with some data. The data in the subsequent requests will be determined based on the server response in the earlier requests. I do not want to use synchronous ...
0
votes
1answer
27 views

What are the drawbacks of using cache-control: no-store?

We want to "prevent the inadvertent release or retention of sensitive information (for example, on backup tapes :) )" and plan to use the HTTP header Cache-control: no-store. What are the down-sides ...
0
votes
0answers
22 views

Request TTFB(Time to first byte) and TTLB(Time to last byte)

This is my scenario: I have an application in .NET that issues HTTP POST with some data in the request body. I want to get the time stamp of the first request body byte sent(TTFB) and time stamp of ...
0
votes
1answer
32 views

Use RestSharp to deserialize different data outputs from one resource

I have quite generic webservice, which responds with many standard http statuses. However, it returns different types according to these statuses. This is completely proper REST implementation: I GET ...
0
votes
1answer
34 views

Is there an IIS setting to hint the browser to go into compatibility mode?

I can modify the Document mode that IE renders the page in, by passing in a X-UA-Compatible in the response header. I can achieve this by modifying a setting in IIS. Similarly is there a way to ...
-1
votes
1answer
19 views

Search for two specific file types on Google [closed]

If I want only filetype pdf's for a given query on Google, I do https://www.google.com/search?q=hello&as_filetype=pdf But what if I want to search for both pdf and doc files I could do: ...
-4
votes
0answers
47 views

URL conversion in java [closed]

My link is being converted to a different URL, is there a way I can block C:\\blah\\blah\\bla to C%blah%blah
1
vote
1answer
21 views

How should Transient Resources be retrieved in a RESTful API

For a while I was (wrongly) thinking that a RESTful API just exposed CRUD operation to persisted entities for a web application. When you code something up in "the real world" you soon find out that ...
1
vote
4answers
55 views

Including *any* query string in my site URL causes a 404 [closed]

First I apologize if this has already been asked; I used the SO search & advanced search and even an hours' worth of GoogleFu, all to no avail. The issue I'm having is that any time I try and use ...
1
vote
0answers
50 views

Read Response failed on c# application

I have c# application which is installed as windows service. Dtabase used is sqlite. Open source Tiny HTTP server is used for url communication with clients. HTTP and HTTPS service is used inside the ...
0
votes
1answer
22 views

Node.js HTTPS POST Request at IP Address fails

I'm trying to make an HTTPS POST SOAP Request using the following script: var http = require('http'); function Authenticate() { // Build the post string from an object var post_data = ...
0
votes
1answer
50 views

How should a client pass a facebook access token to the server?

On every call to my REST API, I require clients to pass user's facebook access token, which authenticates the user. What's best practice for passing this token? maybe as a parameter behind the HTTP ...

1 3 4 5 6 7 344