Is there any way to get webmaker to include the servers certificate in the outgoing call?
Ive used your example of making a REST call using the HttpHeader fragment. The parameters and attributes are getting generated and the uri is correct.
However when using https: I get a 403 error and the target is not receiving any certificate.
Any ideas?
Ive used your example of making a REST call using the HttpHeader fragment. The parameters and attributes are getting generated and the uri is correct.
However when using https: I get a 403 error and the target is not receiving any certificate.
Any ideas?
RE: HttpHeader request with Certificate
I'm unsure about your exact scenario, but there is no in-built support for sending https certificates explicitly.
If you are using WebMaker v5 or above then you can implement this using the JavaMethod action on the server. You would have to intercept your prepared request and manipulate your message as required before posting. You would also have to receive the response and insert it back into the Factbase. The following example demonstrates the use of the JavaMethod action within a data security context:
http://www.hyfinity.com/node/307
This example may also provide some additional clues:
http://www.hyfinity.com/node/308
Kind Regards
Abdul