K
K
kopelev20002019-01-29 16:35:45
Python
kopelev2000, 2019-01-29 16:35:45

I need to log in to the site and parse purchases, how to do it?

I need to log in to the site and parse the purchases that were made on the account, how to do this? The question is very easy, but I can not understand how to do it.
Here's what's in the robots.txt file:

User-agent: *
Disallow:/404/
Disallow:/?/
Disallow:/api-2.0/
Disallow:/api/
Disallow:/blog/
Disallow:/buy/
Disallow:/cart/
Disallow:/category/
Disallow:/certificate/
Disallow:/collection/
Disallow:/course-dashboard-redirect?/
Disallow:/course/reviews-popup/
Disallow:/courses?/
Disallow:/curated/
Disallow:/dashboard/
Disallow:/draft/
Disallow:/forums/
Disallow:/gift/
Disallow:/guides/
Disallow:/lecture/
Disallow:/lecture/view/
Disallow:/lectures/
Disallow:/lesson/
Disallow:/live-session/
Disallow:/login?/
Disallow:/message/
Disallow:/mobile/
Disallow:/new-lecture/
Disallow:/payment/
Disallow:/person/
Disallow:/s?/
Disallow:/series/
Disallow:/share/
Disallow:/signup?/
Disallow:/static/
Disallow:/support/
Disallow:/tag/
Disallow:/terms/
Disallow:/tools/
Disallow:/u/
Disallow:/user/view-popup/
Disallow:/wanted/
Allow:/api-2.0/course-landing-components
Allow:/api-2.0/course-categories
Allow:/api-2.0/course-subcategories
Allow:/api-2.0/courses/
Allow:/api-2.0/discovery-units
Allow:/api-2.0/recommended-courses
Allow:/api-2.0/structured-data
Allow:/api-2.0/tags

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xoo, 2019-01-29
@xoo

  1. Enable fiddler
  2. Get the authorization scheme
  3. Simulate with requests

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question