Click here to Skip to main content
15,921,884 members

Comments by Genius15 (Top 3 by date)

Genius15 10-Oct-13 2:28am View    
Thanks for a reply :).I'm stuck at one point.We host our Rest WEB API on server where certicates are installed with same name as Domain of Our API.Now,with transport security in webconfig and other settings my API host on https with help of SSL Certificate and my web API access from outer world application through https;//XXXXXXX.Here the main problem I am facing,when from outer world application access my web API through https:/XXXXXXX they faced a SSL connection error.Is necessary for them to install a same certificate on their side also to make web API call successfull through Https:/XXXXXXX
NOTE:I'm using self signed certificate.Guess same problem I will face when I purchase a SSL certificate too and wihtout SSL settings with simple http://XXXXX request all going good.
Thanks in advance :)
Genius15 7-Oct-13 9:32am View    
Actually I have wcf and rest api(simple website using .svc file.). SSl certificate between them and its working fine.Now,if i called my Api from any domain through http then its working fine but i want to call my api through https without SSl Certificate.Ya you are right if domains are same then its ok (I tries and got success).Point is have to call api from third party application..I saw many api those provide https link(HOW)....:)
Genius15 7-Oct-13 8:53am View    
If I'm using security mode=transport then I have to use SSL certificate on client side but this is Web Api which is expose to third party also So I have to access through https without using SSl certificate....Is it possible access web api through https without using certificates???
Thanks in advance.:)