<br><font size=2 face="sans-serif">Hello,</font>
<br><font size=2 face="sans-serif">I think I'm running into a problem where
the digital signature is being made invalid due to an http post.</font>
<br><font size=2 face="sans-serif">Before I send my message to serverB
I encrypt it and sign it, I then post the message to the server.</font>
<br><font size=2 face="sans-serif">The post obviously adds http headers
to the beginning of the message, such as ContentType, ContentLength, ect.</font>
<br><font size=2 face="sans-serif">I'm guessing that even though these
headers are not inside the xml document, they are still affecting my digest.</font>
<br>
<br><font size=2 face="sans-serif">Is there a way to force the sign method
to only sign the xml as opposed to the whole string? and also force</font>
<br><font size=2 face="sans-serif">the severB verifier to verify the xml?</font>
<br>
<br><font size=2 face="sans-serif">Thank you,</font>
<br><font size=2 face="sans-serif">Brian</font>