![]() |
|
#1
|
|||
|
|||
Simulate pipelined requests in telnethere's a simple request I can put to our (apache) webserver:
GET /index.php HTTP/1.1 Host: www.xxx.com Is it possible to simulate pipelining 2 requests using telnet? Is so, what would it look like? |
|||
|
#2
|
|||
|
|||
Re: simulate pipelined requests in telnetCan't get this question. What do you exactly want?
|
|
#3
|
|||
|
|||
Re: Simulate pipelined requests in telnetactually I sorted it.
if you copy and paste the following to a telnet connection: GET /page1.php HTTP/1.1 Host: www.xxx.com GET /page2.php HTTP/1.1 Host: www.xxx.com (with the empty line in the middle), then enter twice to send you request, the requests are pipelined: both go off (in 1 tcp packet I suppose) together. |
Recent GIDBlog
Problems with the Navy (Chiefs) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Learning TCP/IP aka TELNET programming but... | EricTWiggins | C++ Forum | 5 | 25-Jan-2007 09:18 |
| Apache2 config issues | monev | Apache Web Server Forum | 2 | 28-Jun-2004 07:19 |
| Can't view pages from another machine on the Intranet | aevans | Apache Web Server Forum | 9 | 14-May-2004 03:26 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The