Does anybody know how to setup a VB.NET HttpWebRequest POST to SDL's API? I would like to not use the http POST, but use a code behind POST. Is there a way to do this? How would you set the key, and the values.
Does anybody know how to setup a VB.NET HttpWebRequest POST to SDL's API? I would like to not use the http POST, but use a code behind POST. Is there a way to do this? How would you set the key, and the values.
Try this:
- Sending POST request: stackoverflow.com/.../visual-basic-2010-http-post-request
- Setting Authorization header: forums.asp.net/.../1
Try this:
- Sending POST request: stackoverflow.com/.../visual-basic-2010-http-post-request
- Setting Authorization header: forums.asp.net/.../1