I need to learn httpwebrequest for account creation and profile editting

dragonrage01

Power Member
Joined
May 19, 2011
Messages
674
Reaction score
159
I need to learn httpwebrequest for account creation and profile editing for different platforms.
Does anyone know where I can start?
Do you guys know of any tutor or company that can teach me?

thanks.
 
i learnt everything from google. Simply google what you need and you will find lots of ready codes for doing httpwebrequest to fill up forms, create accounts and etc..
 
I agree. google knows everything now. There are many sites that offers free tutorials about your request.
 
I found some codes and I tried them. I managed to sign up to site and editted my profile.
I am going to abandon this I think.
It is just too much work just to use httpwebrequest. If the site ever updates, it is going to be too much work again.
I will most likely just stick to webbrowser.
 
I found some codes and I tried them. I managed to sign up to site and editted my profile.
I am going to abandon this I think.
It is just too much work just to use httpwebrequest. If the site ever updates, it is going to be too much work again.
I will most likely just stick to webbrowser.

its great you managed it!

well, yes, httpwebrequest are bit more work, but remember they can be multithreaded, while a webbrowser is easier but no multithreading..

if you don't need multithreading you are fine with the webbrowser
 
Back
Top