2010
05.27

I’ve got a task yesterday, to submit, let’s say 200 sitemap.xml entries to different search engines, and I don’t want to do it with hand, of course.

The first option, that came into my mind was obviously php with curl.
The problem was, that at our company, we have a corporate proxy server, that handles outgoing connections. So this is not a transparent proxy, we need windows domain based (NTLM) authentication.

So, I’ll share with you the solution I found, I’ve while I was googling around.

Read More >>