c# - Better Way To Expose Api for Asp.net Website -
need help...... trying expose api's auction website(asp.net 4.0) using c# allow our customer create sale , add products own applications , let them published on our website. want know best way expose api in terms of security , compatibility our technologies php , java,so can consume api's. if can suggest patterns or example references great.
build rest based web service. benefit of rest based web service can consumed large variety of languages. security can use basic authentication on ssl.
this can starting point rest in windows communication foundation
Comments
Post a Comment