Thread: Anti-Spam Lite
View Single Post
NullWarez
Member
Join Date: Aug 2010
Location: Internet
Old 09-09-2010 , 08:31   Re: Anti-Spam Lite
Reply With Quote #7

Donche

I had similar problems ... used when checking www
AntiCommerce using sockets... this very badly..

And he uses a GET request instead of HEAD
wikipedia: HTTP HEAD

Asks for the response identical to the one that would correspond to a GET request, but without the response body. This is useful for retrieving meta-information written in response headers, without having to transport the entire content.

Example:

"HEAD / HTTP/1.1\r\n"
"Host: example.com\r\n
"Connection: Close\r\n\r\n"

I have heard many accusations toward the use of regular expressions.

They say that they are slower. Well, compared to using checks domain sockets and brute force dictionary or access database, they are working with the speed of light
__________________
Develop ZP 4.3 Tear Devil

Last edited by NullWarez; 09-09-2010 at 08:40.
NullWarez is offline