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

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -