Tagged Questions
0
votes
0answers
5 views
Standard for pause/resume download
I have seen Progressive download standard but not what am really looking for.
I want to know if there is a standard relating to how to pause and resume a download in TCP/IP (HTTP protocol).
1
vote
1answer
29 views
how to validate 2-way SSL certificates?
I need to validate client as well as server's certificate.How can I do it at TCP level and at HTTP level? for Http I use cURL client library.OpenSSL is the SSL library.This has to be done through self ...
0
votes
0answers
241 views
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data
I am writing ThreadPooled Web Server. But I found a very big problem, and my head is banging in trying to solve this problem. At the end I am unable to solve this. The problem is very strange.
When I ...
0
votes
1answer
92 views
Why code shows “Error 354 (net::ERR_CONTENT_LENGTH_MISMATCH): The server unexpectedly closed the connection.”
I am building my HTTP WEB SERVER in JAVA.
If client request any file and that file is on that place in server, then server gives that file to client. I also made this code, and it works fine.
The ...
0
votes
0answers
19 views
In HTTP video streaming, is it possible (if so, is it normal) to have a dynamic application buffer?
With "dynamic" buffer I mean a buffer that you can change the size of.
I just read that streaming systems usually use moderate-size buffers because of wasted bandwith if the user terminates the video ...
-1
votes
1answer
53 views
Performance improvement in Tunneling HTTP over TCP
I have a design requirement which requires HTTP communication over underlying TCP networking module
...
1
vote
1answer
83 views
Persistent ASIO connections
I am working on a project where I need to be able to use a few persistent to talk to different servers over long periods of time. This server will have a fairly high throughput. I am having trouble ...
1
vote
1answer
54 views
Reusing an Asio connection
I am working on a project currently where I have a web-server. I have to add the ability so that for each request, I need to send multiple requests to other servers, get responses, and send back ...
0
votes
2answers
90 views
How to read a HTTP response with gzip compressed?
The following code is used to get a response from a website every five seconds, but there is always something wrong with the result according to the packet analyzer( such as wireshark ). I guess that ...
1
vote
2answers
59 views
TCP segments with HTTP data
I'm implementing a http parser; As indicator of http data I'm searching for 'HTTP/1.? CRLF' in the stream. TCP layer may cut the application-provided buffer into chunks suitable for transferring over ...
1
vote
1answer
138 views
Safari Sends Two HTTP Req. Same Time/Socket
I have an IPad Safari sending two HTTP requests (two different PNG) files within 30 ms.
I thought that even on a Keep Alive HTTP 1.1 connection there should be a clear sequence of request/response.
...
1
vote
0answers
41 views
Set a limit for the browser for simultaneous TCP connections
Is it possible to limit the number of single TCP connections to a web server in an HTML or JavaScript. A lot of browser open up to 8 connections per server to make loading faster. Is it possible to ...
0
votes
0answers
88 views
Searching for \r or \n to split a string. Basic C# http/tcp server
For an assignment we've been set a task on a very basic http/tcp c# server. But we're having a few problems. In the while(connectionStream.DataAvailable) loop we are meant to split down the strings ...
-1
votes
1answer
53 views
client/server http requests sockets
I need to create a client website with a button that, once it's been clicked, sends an http request to a web server. The web server then connects to a TCP socket. Through the client page I should be ...
1
vote
2answers
89 views
If HTTP is Hyper Text Transfer Protocol, how can we upload documents and images? [closed]
As far as I understand, HTTP stands for Hyper Text Transfer Protocol, in which you transfer/receive data to/from a web-server in text format. If this is the case, how are we able to submit or upload ...
1
vote
2answers
65 views
Sniffer - How to link the GET requests with their response?
I have a function that gets all packets (in and out). I'm monitoring for GET and HTTP 200 OK. All works fine, but how to link the GET request with its OK response?
EDIT:
I want to know how to do it ...
6
votes
1answer
214 views
How To Compute HTTP request processing time without network latency?
Because of geographic distance between server and client network latency can vary a lot. So I want to get "pure" req. processing time of service without network latency.
I want to get network latency ...
0
votes
2answers
135 views
Forward TCP connection to HTTP on Nginx
I'm running an app which accepts data from GPS loggers, being this data sent via SMS, HTTP or TCP. I was using the HTTP connection to transmit the data, which was straightforward to receive through a ...
-2
votes
2answers
82 views
HTTP Server from scratch [closed]
I'm trying to write my own HTTP server, just for fun and learning about more about HTTP, sockets, and threading.Check out the follwing code for a simple HTTP server that i wrote in C using TCP-socket ...
0
votes
0answers
165 views
HTTP Connection Pooling
Service A calls into service B via HTTP. This happens frequently, and the size of transferred data is not very big. I discovered that re-using the same TCP connection to send multiple requests from A ...
0
votes
1answer
86 views
Browser delays between individual HTTP GET file requests
I am debugging a web server running on a Microchip embedded platform. The embedded part should not be relevant, with the exception that the firmware source allows me full control of coding all TCP/IP ...
0
votes
0answers
20 views
Unable to resolve host when POSTing
I've hit a roadblock when trying to post to a server. I've made a child of the TCPLink class with the following Opened() even (the GET function works)
event Opened()
{
//let the php file know ...
0
votes
0answers
105 views
onvif test tool running in windows 7 can't be accessed from other linux machine
I am implementing the onvif service in NVT. Here I met a weird problem as followings. Anyone can help me?
Environment: ONVIF test tool (12.06), host machine: windows 7
NVT: Ubuntu10.04
...
0
votes
1answer
67 views
Chat between two iphones
I am looking to create a chat app so that two iphones/mobile can chat with each other.
I am kinda noob in networking so Can someone please head me in the right direction ?
1. Should I try to connect ...
0
votes
1answer
54 views
Hosting big files for users
We need to be able to supply big files to our users. The files can easily grow to 2 or 3GB. These files are not movies or similiar. They are software needed to control and develop robots in an ...
4
votes
1answer
197 views
Creating a simple HTTP proxy in C [closed]
I'm a newbie programmer looking to create a simple proxy in C that forwards HTTP requests (through TCP). Are there any resources online that can get me started? I've already looked at "Beej's Guide to ...
0
votes
0answers
105 views
tcpwrapped port 80
the server im working on is a windows 2003 machine running iis 6.0 (i know its a little old). but i have an intranet site running and everything has been going smoothly for several months now until ...
1
vote
2answers
95 views
Does the WCF HTTP binding run on TCP?
I'm trying to understand the difference between the standard bindings in WCF. As part of this, I'm reading WCF Bindings in Depth. Figure 2 shows that there are bindings whose transport is HTTP and ...
3
votes
4answers
192 views
How does WebSockets scale compared to standard HTTP?
How does a site programmed using TCP (that is, someone on the site is connected to the server and exchanging information via TCP) scales compared to just serving information via AJAX? Say the ...
1
vote
1answer
157 views
FIN pkt with HTTP connection after some time
Opened 2 TCP connections :
1. Normal connection(while implementing echo server,client) &
2. HTTP connection
Opened HTTP connection with curl(modified) utility while running apache as server, ...
0
votes
0answers
138 views
HTTP proxy for computers behind NAT
Although the description may seem long, the question is really simple, and I believe that I'm conducting some simple fundamental mistake here.
I have the following network topology:
Client computer ...
1
vote
3answers
310 views
NodeJS - TCP - Sending an HTTP request
I'm trying to send an HTTP request via TCP sockets.
But I'm not getting any response from www.google.com at all. No idea what I'm doing wrong.
Here is the code:
var client, net, raw_request;
net ...
7
votes
2answers
344 views
Java HttpURLConnection InputStream.close() hangs (or works too long?)
First, some background. There is a worker which expands/resolves bunch of short URLS:
http://t.co/example -> http://example.com
So, we just follow redirects. That's it. We don't read any data ...
0
votes
1answer
24 views
Network protocol for consistent mobile clients requests
Is there a protocol (or framework) that ensures that when a request fails, it fails on both the client side (iOS, Android, etc) and server side, and when it succeeds, successes on both sides?
The ...
1
vote
2answers
32 views
Ports & processes
Is the port number unique per process? Is it the relation 1:1 If no how does the system know to with process to deliver the response?
2
votes
1answer
184 views
Linux TCP weirdly unresponsive when under heavy load
I'm trying to get an HTTP server I'm writing on to behave well when under heavy load, but I'm getting some weird behavior that I cannot quite understand.
My testing consists of using ab (the Apache ...
2
votes
1answer
87 views
Does HTTP/1.1 allow delimiting end of request by half-closing the connection?
RFC2616 part 4.4 specifies how the end of the message is determined in HTTP/1.1. Item 5 in that section specifies that the server may close the connection to indicate the response is finished.
It ...
0
votes
1answer
96 views
is there some option in curl to set the tcp reset timeout?
I have a client and server using http to transmit files,
I used tcpdump found that, every time after recieving the http header,
the server sends a ack,
but then the server receive 2 reset packet, ...
3
votes
1answer
230 views
Tcp delayed ack in nodejs with express
I'm doing a stress test for nginx and I use nodejs backends. I found a delay with keepalive. I removed nginx from the test and I have the same problem.
I'm using:
ApacheBench, Version 2.3
Node ...
0
votes
1answer
189 views
Use browser to send modbus command
I've got some piece of hardware that uses ModbusRTU. Using a TCP/IP Gateway for ModbusRTU I can now control the hardware using my C# application over TCP/IP. This works.
Now I would like to control ...
1
vote
1answer
120 views
Protocols for streaming A/V feeds
What protocols do web cameras use for streaming audio/video feeds over the internet? HTTP? TCP? How is each frame sent inside the protocol? For example, if they use HTTP, does the web cam software ...
0
votes
1answer
226 views
Determining whether socket.io TCP or HTTP
This is my node server
var io = require('socket.io').listen(8889);
io.sockets.on('connection', function (socket) {
socket.emit('news', { hello: 'world' });
socket.on('my other event', ...
2
votes
2answers
124 views
How to specify a network interface when making net requests from Node.js?
In either http.request or net.connect, is there an option that I can specify a network interface to initiate a connection?
EDIT: AFAIK in OS level I can specify address level, or load balancing into ...
0
votes
0answers
141 views
How to assing default port 80 to IIS 7 whilst it is used by other services
I have installed IIS 7 on windows 7 Professional. but if start the Defalut Web Site, it gieves error that complaing that the port 80 is used by another service
I looked for the services which are ...
0
votes
1answer
304 views
Http PUT request: What's the basic syntax?
In a Max/MSP module I have a simple Tcp client that sends data to a server. I want to use this to send a PUT request to my MIDI/OSC controller(an Eigenharp). It asks for the PUT request to make one of ...
2
votes
1answer
89 views
Can i simulate heavy http load from one client machine
I have a http server program running on linux host say B that listens to a port and consumes the requests.
I am trying to generate huge load (>10k requests per sec) to this http server. For this ...
1
vote
1answer
91 views
How to spoof a tcp/http response in C#
I have an app that makes a request to a server and gets authenticated.
I'm wondering if it is a possible to write a listener that listens for requests and if any request matches that particular ...
1
vote
1answer
63 views
one way web/socket/tcp/whatever request, is this possible, doesnt have to be in a browser
I hope i will explain my question correctly.
I would like to make a request, to a url or a entity that lives at some port or address
and whatever is listening at that port will take the request and ...
2
votes
1answer
54 views
Why does having SNDBUF too low break HTTP?
I've got a simple custom HTTP server serving clients.
With SNDBUF set to 512000 everything works fine. However, setting it lower or leaving it at the default (whatever that is) results in Chrome and ...
0
votes
1answer
39 views
Http 1.1 connection and client port
Does the client remote port changes during an HTTP 1.1 connection exchange?
I am trying to figure out if I can programmaticaly uniquely identify a connection on the server using the request remote ...


