Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am calling Restful services from iOS device . i want to implement secure communication over network between server(services hosted) and device. i want to prevent from unauthorized(via proxy server/burp's/ privileged escalation) interfere into request or response data. i tried with wsHttpBinding it is not encrypting data while calling from iOS device.

What I have tried:

i have tried with wsHttpBinding to send encrypted request and response over network but it work only while consume from visual studio or test client.
while trying to call this restful service from iOS end binding not working.


<service name="CloudMitoAPI.ICloudMitoService">
<endpoint address="" binding="wsHttpBinding" contract="CloudMitoAPI.ICloudMitoService" bindingconfiguration="Service.BasicHttp.BindingConfig">
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange">


<wshttpbinding>
<binding name="Service.BasicHttp.BindingConfig">
<security mode="Message">


Posted
Updated 18-May-16 18:21pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900