Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

http request from client to boa webserver

 
   Soft32 Home -> Linux -> Networking RSS
Next:  [PATCH 10/10] drivers/net/wireless: introduce mis..  
Author Message
kracks

External


Since: Nov 21, 2007
Posts: 7



(Msg. 1) Posted: Sat Aug 01, 2009 5:02 am
Post subject: http request from client to boa webserver
Archived from groups: comp>os>linux>networking (more info?)

Hi,
We have a http client in and we are passing the request from web page
to web server(boa)

My difficulty is :
In webpage if i click the button once and if i send http request
(GET test1_be.cgi)
I get HTTP ok.


When i sent for the second time from the same page by clicking
another button (GET test1_be.cgi)
TCP RST bit is set and i am not getting any communication from web
server


1.000000 192.168.0.134 192.168.0.183 HTTP POST /test1_be.cgi HTTP/1.1
(application/x-www-form-urlencoded)Continuation or non-HTTP traffic

2 0.000359 192.168.0.183 192.168.0.134 TCP http > ies-lm [ACK] Seq=1
Ack=403 Win=6432 Len=0

3 0.960839 192.168.0.183 192.168.0.134 TCP [TCP segment of a
reassembled PDU]

4 0.961771 192.168.0.183 192.168.0.134 HTTP HTTP/1.1 200 OK (text/
html)
5 0.961799 192.168.0.134 192.168.0.183 TCP ies-lm > http [ACK] Seq=403
Ack=387 Win=65150 [TCP CHECKSUM INCORRECT] Len=0
6 3.266599 192.168.0.134 192.168.0.183 HTTP POST /test1_be.cgi HTTP/
1.1 (application/x-www-form-urlencoded)Continuation or non-HTTP
traffic
7 3.266952 192.168.0.183 192.168.0.134 TCP http > ies-lm [RST] Seq=387
Win=0 Len=0
8 6.854010 192.168.0.134 192.168.0.183 TCP interhdl_elmd > http [SYN]
Seq=0 Win=65535 Len=0 MSS=1460



Curious to know why TCP bit is set



Suggest me
Back to top
Login to vote
Dan Wang

External


Since: Aug 02, 2009
Posts: 1



(Msg. 2) Posted: Sun Aug 02, 2009 5:58 am
Post subject: Re: http request from client to boa webserver [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Aug 1, 8:02 pm, kracks <kirthikai....RemoveThis@gmail.com> wrote:
> Hi,
>  We have a http client in and we are passing the request from web page
> to web server(boa)
>
>   My difficulty is :
>     In webpage if i click the button once and if i send http request
> (GET test1_be.cgi)
>     I get HTTP ok.
>
>     When i sent for the second time from the same page by clicking
> another button (GET test1_be.cgi)
>     TCP RST bit is set and i am not getting any communication from web
> server
>
> 1.000000        192.168.0.134   192.168.0.183   HTTP    POST /test1_be.cgi HTTP/1.1 > (application/x-www-form-urlencoded)Continuation or non-HTTP traffic>
> 2       0.000359        192.168.0.183   192.168.0.134   TCP     http > ies-lm [ACK] Seq=1 > Ack=403 Win=6432 Len=0>
> 3       0.960839        192.168.0.183   192.168.0.134   TCP     [TCP segment of a > reassembled PDU]>
> 4       0.961771        192.168.0.183   192.168.0.134   HTTP    HTTP/1.1 200 OK  (text/ > html)
> 5       0.961799        192.168.0.134   192.168.0.183   TCP     ies-lm > http [ACK] Seq=403 > Ack=387 Win=65150 [TCP CHECKSUM INCORRECT] Len=0
> 6       3.266599        192.168.0.134   192.168.0.183   HTTP    POST /test1_be.cgi HTTP/> 1.1  (application/x-www-form-urlencoded)Continuation or non-HTTP
> traffic
> 7       3.266952        192.168.0.183   192.168.0.134   TCP     http > ies-lm [RST] Seq=387 > Win=0 Len=0
> 8       6.854010        192.168.0.134   192.168.0.183   TCP     interhdl_elmd > http [SYN]> Seq=0 Win=65535 Len=0 MSS=1460
>
>   Curious to know why TCP bit is set
>
> Suggest me

When the second connection come, the server find that it is the same
socket, so the server consider the first connection does not closed
normaly, the server will send a RST packet to client(first
connection). for more information, see <<TCP/IP Illustrated Volume1:
The Protocols>> chapter 18.7.3
Back to top
Login to vote
Display posts from previous:   
Related Topics:
WiFi browsing for Windows, but not for Linux? - That seems to be the problem a colleague of mine is currently experiencing in France. Details here: ..

Setting up iwlwifi and wpa supplicant on Fedora 7 - Could someone give me the steps (script) to setup iwlwifi for WPA. I have iwlwifi installed from the Fedora..

VPN OpenSwan&Xl2tp problem with big udp packets - Hi all, I'm having a problem with my vpn server using openswan et xl2tp on a gentoo linux. All the tcp traffic seems....

Hacked, now trying to disinfect - Yeah, i know, it can't happen in Linux. But it has been happening to our work servers for several months. Due to poor....

[Samba] authenticating to an NTLM proxy from a Linux http .. - Microsoft's proxy server uses NTLM authentication, which I gather provides non-standard http authentication, so that..

[gentoo-user] Is it possible to send {HTTP Post} messages .. - For the sake of example, lets assume I have this text inside a var in the bash script. postmsg() { local str1=${1) } ....
       Soft32 Home -> Linux -> Networking All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]