c# - Integrating an API that uses SSL to connect machines -
i want integrate api allow application send requests web server. unfortunately, api not documented, , have not gotten reply person supports web service released api. instructions on how integrate api following:
all api calls connect standard ssl port, , must begin https://www.websitename.com/api.php?username=username&password=password&, followed list of parameters expressed
parametername=value&
i new c# development. can interpret set of instructions , tell me how i'd go integrating api? confused connecting ssl port.
this sounds it's http request particular url. want use webclient class, , possibly call downloadstring
method, depending on response contains.
Comments
Post a Comment