I\'m coding in vb.net, and I haven\'t in forever so I\'m a littl开发者_开发技巧e rusty now. Question is, I want to be able to post data to a website, it can be anything as long as it can call the url
I am running a Post call to a URL and logging into a system. This is working, but after the login, I am attempting to retrieve the cookies – but when I do this:
I have a list of hex bytes strings like this [\'BB\', \'A7\', \'F6\', \'9E\'] (as read from a text file)
I have been developing a program that is able to login to AWeber.com, and perform mass imports of data. The script uses the PHP cURL libraries, along with their CookieJar settings to spoof a normal us
I am using CakePHP \"HttpSocke开发者_开发知识库t\" class to post information to a Paypal payments server. My code is working fine when the target URL is http://www.something.com, I can parse the respo
Is there a way to make a form where it can simultaneously upload to several servers at once? Currently in my web application, I am asking the users to type in some info + select a few files to uploa
I have a little problem in ASP.NET MVC 2 FrameWork 4... Let me explain : I have one class that contains other classes like ...
I\'d like to use a foreach loop to insert a _POST associative array into a database using INSERT INTO.
I have a web service, which accepts XML input. What I am trying to do is setup an aspx page which posts xml to the service. Here is my code so far, but I am getting an error 400 (bad request) when I t
Okay so here is the deal.As the question states, I\'m trying to POST a file to a webserver and am having a few issues.