Can't login to wordpress using HttpWebRequest

Ottis

New member
Joined
Jun 28, 2024
Messages
3
Points
1
Could anyone login to wordpress.com using HttpWebRequest?

In firefox, the login POST return 4 cookies and a "Location" header to redirect to wp-admin/, but in my code it only return 2 cookies and no header redirection.


I'm trying to do a little bot that log into wordpress blogs in wordpress.com. The objective is to allow to post and edit blogroll, among other things
 
Top