Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to intercept network requests, I don’t need requests for some web pages, which wastes a lot of resources. Is there any solution?
Any solution?
For example, write rules prohibit pictures from reading or something
Послать post запрос через http клиент с твоими куками из браузера и с headers которые тебе решалка дала, потом после запроса смотришь на какую страницу был переход, берешь куки с хттп клиента и переходишь на следующий url.
If you set http client proxy, all http requests will use that proxy.
If you use custom http client module, I guess you need to set up proxy over that custom (extended) http client module.
You can conduct a simple test and determine how those 2 modules interact, or if they ignore each other.
Maybe you should ask your question to author of custom module, under respective custom module thread, if you are too lazyto test it yourself.
@gudolik no. im not use HPTT request. I just use browser, click on button submit form and it send an ajax request.
Right now it is impossible
Headers in BAS are absolutelly the same as in chrome, they just doesn't show in web inspector correctly.
0_1463244996957_headers.png