473,785 Members | 2,895 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTTP POST Missing Information

I'm just wondering if anybody's seen a problem with their web server recently
that's similar to the following: about two weeks ago some clients on our
intranet started experiencing lost sessions - they would be automatically
redirected back to our default page when doing a normal "postback" (like
clicking a Save or a Search button).

After researching the logs, we saw HTTP POST lines with missing SESSIONID
entries. In fact, the HTTP POSTs have no Form or Cookie collections. I
haven't done it yet, but I'm planning on using Fiddler to verify the client
is actually sending them. It happens only with clients on our intranet (Win
XP Pro boxes), only with certain pages (seem to have very large ViewStates
and, thus, large Forms collections), and intermittently with no discernable
pattern. Sometimes the pages work and have all the necessary info included
with the HTTP POST, sometimes the info is missing and a new session is
started.

The web server is in a DMZ behind a Symantec Raptor firewall and has a
reverse-proxy server as well (which is not controlled by us so I don't have
much info on it at the moment).

I am leaning towards the possibility of update MS05-054 causing the problem,
but I'm still troubleshooting . The problem may be the client or the reverse
proxy server - the web server is definitely not receiving the Forms and
Cookie collections on some HTTP POSTs.

Has anybody out there seen something similar?

- Dave
Jan 24 '06 #1
3 1622
Hello Dave,

Normally, this kind of problem mostly are caused by proxy or firewall, you
may first confirm if the problem wouldn't occur if the client request is
not crossing the proxy or firewall. Also you may perform a TCP trace on
client side (for example, with netmon) and server side, check the detailed
http content sent between them and where the Forms and Cookie collections
are lost.

Luke Zhang

Jan 24 '06 #2
Thanks for the response - been doing exactly what you just suggested all day
today. I scoured over firewall and web server logs, pinpointing the date the
problem started (January 6th), and set up a notebook computer with Ethereal
for use as a packet sniffer. (Can't bypass the firewall or proxy because
this is a production environment, and we can't duplicate the problem on our
development network.) I'm still thinking the problem is with the proxy
server, but will know for sure tomorrow morning when I finish looking over
the capture files. Also, I'm still looking at update MS05-054 as the
possible culprit so I must ask again, anybody else seeing a problem like this?

- Dave
Jan 25 '06 #3
I am working with several computers installed update MS05-054 but no same
issues found. It is mostly a proxy related problem. Let's see what you can
find from the sniffer result.

Luke

Jan 26 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2525
by: Tim Wade | last post by:
Does anyone have any ideas on how to do an automatic html form post using hidden fields without introducing client-side script nor using a server-side WebRequest by passing the information back up to the browser while the base href is still set to my site. The problem I was having with the server-side WebRequest is that the relative links of the site I am posting to break. I could work my way around it probably by adding a base ref in the...
1
3159
by: Keith | last post by:
All, I have been told this is an ASP.NET issue and not an IIS issue, so I am posting this here. I have a problem with ASP.NET returning an HTTP 500 error when trying to run ASPX pages on Windows Server 2003 Enterprise Edition Only. This works on Windows 2000, Windows 2003 Web Edition and
6
1620
by: Paul Perot | last post by:
Hi All: I was wondering if it was possible to evoke a post back event during code execution. I have a form that contains file specific information. I would like to iterate through an array of files and have the information on each file posted and displayed on my form as I pragmatically manipulate that file data. I know that this simple task should easily be done.... It is just a matter of how. Do I need the server side code behind to...
4
2079
by: Tim Smith | last post by:
Hi, We have an ASP.NET web application which is suffering performance problems. Since setting up robot scripting interacting with the browser would take a while I hoped I could open a two-way socket with IIS and replicate the HTTP session information e.g. starting out with POST /192.168.1.1/login.aspx HTTP/1.1\r\n Accept-Language: en-us\r\n ontent-Type: application/x-www-form-urlencoded\r\n
4
4222
by: Ollie | last post by:
I have wrriten a reverse proxy for a client of mine, this reverse proxy takes the url takes it attempt to access a *.XXXX and returns the the contents of an aspx web page from another internal server, the user then clicks on a button on the page that then posts data to the reverse proxy and it routes to the correct page by creating a web request and setting the method to post. (the reverse proxy is written using the IHttpHandler interface...
2
2517
by: Dmitry Duginov | last post by:
I wrote HTTP module and configured it to fire with every request to my application. In IIS6 aspnet_isapi.dll mapped as Application Extension, web.config contains the following: <system.web> <httpModules> <add name="RefFilter" type="RefFilter.RefFilter, RefFilter" />
3
6933
by: Patrick Fogarty | last post by:
I am programming what is to be a web service client that will use an HTTP-POST to request and retrieve data. The remote server (written in java for what it's worth) requires basic authentication as per RFC 2617 (http://www.faqs.org/rfcs/rfc2617.html). My attempts to authenticate are failing. The server requires the header to be present with the request. For security reasons, it will not reply in any way if the header is not present. ...
6
32819
by: Boldgeek | last post by:
I am trying to develop an app that will allow automatic updating of a web form which uses multipart/form-data enctype (as it MIGHT be sending an image) I have an example form, which when submitted displays the results as you would expect. However when I send the same data using the PHP script I get a 400 error: Bad Request
2
2935
by: =?Utf-8?B?UGF1bA==?= | last post by:
I am using ASP.Net 2.0 and VB.Net (although C#is ok also). I want to create an object/method/function that will take a URL as an input parameter and then return all of the HTML in that page. I also want to return the HTTP header information (response object). Does anyone have an insight as to any code samples or .Net objects I would use to accomplish this?
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10325
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.