Click here to Skip to main content
15,886,035 members
Please Sign up or sign in to vote.
1.67/5 (3 votes)
See more:
how to login to rapidshare programmable ? without using API .
Posted

1 solution

Without using API? Hmmm, let's see:


  1. Implement a TCP/IP stack. Recommended literature: TCP/IP Illustrated Volume 1-3[^]
  2. Implement HTTP client. Recommended literature: RFC 2616[^], www.w3.org Protocols[^]
  3. Build tools to access webpages (like a browser), HTTP analyzer etc.
  4. Analyze login process with tools
  5. Using your API go and .... damned did I just say API? Looks like in trying to avoid an API you just built one on your own. If you've gotten this far I think you'll just have to think again if using an API is OK for you or not (even if it's one you built yourself)!


Cheers!

-MRB
 
Share this answer
 

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