News Feed
Jobs Feed
Sections




News Archive
Matthew Turland's Blog:
Gotcha on Scraping .NET Applications with PHP and cURL
July 01, 2010 @ 08:51:36

New on his blog today Matthew Turland has posted about a "gotcha" he came across when working with cURL to pull down information (scrape content) from a remote .NET application.

I recently wrote a PHP script to scrape data from a .NET application. In the process of developing this script, I noticed something interesting that I thought I'd share. In this case, I was using the cURL extension, but the tip isn't necessarily specific to that. One thing my script did was submit a POST request to simulate a form submission. [...] The issue I ran into had to do with a behavior of the CURLOPT_POSTFIELDS setting that's easy to overlook.

The problem was something cURL does automatically - change the header for the content type because you're sending an array. Thankfully, with the help of a call to http_build_query to encode it correctly, the request will use the right headers.

0 comments voice your opinion now!
net application scrape content gotcha curl


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: ZendCon Sessions Ep 10: Build a Sexy Front End to a Zend Framework Powered App

PHPImpact Blog: Open-source PHP applications that changed the world

PHPBuilder.com: Create Advanced Facebook Apps with Facebook JavaScript

LoLoCoJr BLog: Rewriting a (large) PHP application to Rails, part 1

Zend Developer Zone: Learning PHP & MySQL (a Book Review)


Community Events











Don't see your event here?
Let us know!


zendframework2 introduction series framework interview language development symfony2 usergroup functional database podcast rest opinion phpunit unittest conference community testing release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework