Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I am trying to navigate to google with some search keyword.as those search pages are too big and I don't want the header part, so decided to try partial download the page from 1000th character to end.so I tried
Range: bytes=1000-
in HTTP header which works for me for other websites[which supports HTTP 206 partial download], but unfortunately its not working for google.

please help me.
Posted

1 solution

If you using custom search, you can ask for partial responses: http://code.google.com/apis/customsearch/v1/performance.html[^]
 
Share this answer
 
Comments
shankha2010 22-Jan-12 23:45pm    
Hi,
First of all Thanks a lot for the response.actually I need to send a lots of
quearies to google which is prone to "google block" .So I am using embedded
Internet Explorer to execute the queary [so that atleast I can give the capcha and unblock it].

I never used google api so far so not sure how to handle such situation
there.[another problem is google can track me from any where even I am in other computer by the api-key which might increase the blocking rate.]

Any suggestion please?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900