As a result of a post request I made via Fiddler, the http status is 200 and the result is 400, although I did the same query via BAS http client. Does anyone know the reason or solution for this?
And if you are just trying to scrape data, you should
go with http requests with http client, It would be much
faster and would save a tons of bandwidth usage.
Is it also advisable to use http client if I want to send out emails using a webmail service? Or is there another approach appropriate? Thx!