I am trying to attach a certificate (available in a 64 bit encoded file) with all HTTP requests that I send to a server. I have been able to read the certificate file using java.security.cert.CertificateFactory class. However, I could not find a way to attach the certitifcate with the HTTP request. Please note that I am sending the request from server side application (not from a Web or Application server). Please help me as soon as you can. Thanks in advance.
> Hi, > > I am trying to attach a certificate (available in a 64 bit > encoded file) with all HTTP requests that I send to a > server. I have been able to read the certificate file > using java.security.cert.CertificateFactory class. > However, I could not find a way to attach the certitifcate > with the HTTP request. Please note that I am sending the > request from server side application (not from a Web or > Application server). Please help me as soon as you can. > Thanks in advance.