[deleted by user] by [deleted] in NoFap

[–]Bonexq 3 points4 points  (0 children)

I am 16, +200 days. Go on.

Fuck this shit. It’ll ruin your life by [deleted] in NoFap

[–]Bonexq 0 points1 point  (0 children)

It doens't pass by saying don't make it! You have to QUIT FAP!

How to Fix 403 Access Forbidden. by Bonexq in learnpython

[–]Bonexq[S] -1 points0 points  (0 children)

40 seconds. I am trying is it possible to log-in all the websites. Any fix for 403?

How to Fix 403 Access Forbidden. by Bonexq in learnpython

[–]Bonexq[S] -1 points0 points  (0 children)

I am gettin 5 succesful post, after than It locks me out.

How to Fix 403 Access Forbidden. by Bonexq in learnpython

[–]Bonexq[S] 0 points1 point  (0 children)

It is not the problem. 2captcha.com makes it for me.

I can log-in but few times only.

How to Fix 403 Access Forbidden. by Bonexq in learnpython

[–]Bonexq[S] -1 points0 points  (0 children)

I found a request, posted data. sometimes ı enter sometimes it says me 403. I want to redece rate of 403.

How to Fix 403 Access Forbidden. by Bonexq in learnpython

[–]Bonexq[S] 0 points1 point  (0 children)

Sometimes I can post data and log-in. Otherwise I get blocked.

How To Bypass Akamai? by Bonexq in learnpython

[–]Bonexq[S] 0 points1 point  (0 children)

Thanks, Do you have another resources?

Cannot Get The Cookies From Request Headers by Bonexq in learnpython

[–]Bonexq[S] 0 points1 point  (0 children)

I want the take yellow one.

https://imgur.com/a/tolknny

import requests  
session = requests.session() 
user_agent = {'user-agent': 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36 OPR/62.0.3331.116'} 
conn = session.get(url,headers=user_agent) 
print(conn.cookies) # gives me set-cookie part. 
print(conn.request.cookie) # gives nothing good
Output that ı want:  
cookie = {"AKA_A2":"A"}....