N
N
Nurba Nurba2017-06-03 22:36:11
API
Nurba Nurba, 2017-06-03 22:36:11

How to find out the structure of the site's API?

Good afternoon, there is a site that sells products. When changing the parameters of the width, height or color, the prices for variations change accordingly. He accesses the api, he gives json which changes the prices. The problem is that I have a lot of variations. I would like to know the API structure itself so as not to take it in pieces, but to pull out all the prices for all variations with one request. Since you can find out the structure of the API itself. requests are sent to this url :
hostname /Merchandising/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Golubkov, 2017-06-04
@nurba91

There are programs like HTTP Analyzer, such a program can be used to view requests.
You perform certain operations on the site, let's say a filter by price, catch the request with the analyzer,
see what request went to the api, and you are already trying, through logical reasoning and selection, to make the right request to the api.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question