name="forms" 0 ---8d7d7ccad7ce23c Content-Disposition: form-data; name="cookies" 0 ---8d7d7ccad7ce23c Content-Disposition: form-data; name="ccCount" 0 ---8d7d7ccad7ce23c Content-Disposition: form-data; name="telegram" 0 ---8d7d7ccad7ce23c Content-Disposition: form-data; ...
If you wish, you can use a Content-Type of application/x-www-form-urlencoded when POSTing forms (ie instead of application/json). The difference is that the Body payload must now be a string of name/value pairs, eg: username=rtweed&password=secret However, as far as your API handler...
clrstack OS Thread Id: 0x1b20 (0) ESP EIP 0010fd70 0000002b [InlinedCallFrame: 0010fd70] System.Windows.Forms.UnsafeNativeMethods.WaitMessage() 0010fd6c 6e5a8e08 System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32, ...