[Help Request] - PostData Air Data
Hey, so i was working on a little something and i wanted to know if there's such thing as "air data" in a post data method. What i mean by this is, let's say i'm posting data to a server. I do all the "byteData()" fun stuff, set the thing to post and do "reques*****ntentLength = byteData.Length" can i send data that's of know meaning but slows down the Upload time?
When "ciphering" a dll hack, most people would pump it with just "air data" by saying ".WriteByte(0)", but how can i do something similar to this with my webrequest and would it potentially slow down the servers speed of processing the request? This isn't meant as a dos tool btw, but it could probably be used in one.
@
Jason, i feel like you'd be the most likely person to know how to do this.