Answer the question
In order to leave comments, you need to log in
How to parse headers from inbound.org?
How can you parse headers from the page https://inbound.org/new if they are loaded by Ajax and are not visible at all when JS is turned off? I can't find where they come from in the source. More precisely, I understand where they come from - there is a source in the source code. var apiBaseURL = 'https://api.inbound.org';
But how to get this array is unclear.
Answer the question
In order to leave comments, you need to log in
The request goes to https://api.inbound.org/channels/default/new/30?page=1 . You get json in the response.
But, there is also a token GET parameter and, of course, I would also generate and send it. This token is the result
, which is what you need to deal with.
Now all this is in the file https://inbound.org/assets/js/dist/app-21a71a3e87.... and it is obfuscated, but you can figure it out if you wish. Search the file "apiBaseURL" and you will find everything else nearby.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question