Hi, We are developing an business application using File linking strategy to support Android,iOS & WP. We have used WCF REST Service to fetch data in on-line.
For security mechanism, We have generated a token against the login user. For each service call the token is passed through header from client and validated in server to access the on-line data.
FYI: We have created WCF REST API Calls with "WebInvoke using POST method" and when we access method with full URL Address in browser it shows end point not found. Kindly clarify Whether these methods be accessed from outside?
For further security purpose, do we need to implement SSL(https) authentication to access online data? If yes,Kindly suggest the SSL Libraries to implement both in server & Client side.