Hello
Is there any way to encrpt a url within WM? We would like to pass some member details to another app, and do not want to do it in plain text.
Thanks
Is there any way to encrpt a url within WM? We would like to pass some member details to another app, and do not want to do it in plain text.
Thanks
RE: URL Encrpytion
the following thread should be useful:
http://www.hyfinity.com/node/307
Rgds
Abdul
RE: URL Encrpytion
RE: URL Encrpytion
I assume you are passing this data via some sort of HTTP/SOAP call. You will obviously need to receive this data and the various encryption/decryption keys on the .NET end and code accordingly. You should be able to get some sample code from the link I provided. These are pretty standard examples and should apply across different coding scenarios.
You can also search for REST and SOAP on this Forum to obtain more info if you need help with HTTP/SOAP calls.
Thanks
Abdul