![]() |
![]() |
![]() |
Are XML-RPC messages encrypted? Hi:
Neil Turing
No.
You have two things to encrypt, the transactions and the transports. SSL is your transport, the individual xml requests and answers are the transactions (which I presume can be encrypted with some of the new specifications of xml-rpc).
Li-fan Chen
Just use https:// URLs and SSL encryption should protect your XML-RPC messages.
runtime
|