Totally fine with logging in. Just need to get this all to work using python requests.
Keeping track of cookies won't be an issue.
SO I need to POST a username/password to https://js.lifelist.pw, then I have to POST a file to https://js.lifelist.pw/ppkey/fset/upload/randomname.jpg ?
Edit: Just saw your updated, comment.
Yes. And "upload/randomname.jpg" is the key.
Setting the contentType of the file will help the server deliver the same mime-type.
I know how to do that with node-requests and jquery, but I'm not sure on python.
I'm sure most browsers could figure it out without it but it would be better to include it.
(post is archived)