Link to home
Start Free TrialLog in
Avatar of lcor
lcor

asked on

HTTP Header - Hiding Sizing Information

I'm doing some data hiding stuff.  I need to hide sizing information in an HTTP header.  When  I say sizing information, I mean an integer value ranging from 1 to 100,000.  My current HTTP header is very basic.  It has the following parameters set:

Accept
Accept-Language
Accept-Encoding
User Agent
Host
Set Cookie
Date
Content-type
Content Legnth
Connection

How can a I manipulate the HTTP header so that I'm hiding the sizing information (an integer value) and if the lheader is examined, noone will know?  I know I can't do that with Content-length cuz that gets automatically computed.
ASKER CERTIFIED SOLUTION
Avatar of NickVd
NickVd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial