@Axel79 unfortunately no, i know only specific countrys, also you can try to buy ipv4/ipv6 your personal, it will be cheaper too than traffic, depends on what work do you do, if you need to change ip often => mobile, if you working with around 20 profiles per month, its better to buy for each profile own ipv4/ipv6 proxy
Sniffing a sent request
-
So I am targetting a website that sends a value "UUID" it is generated by HEAVILY obfuscated javascript and is not random. The only way I can get it is by opening chrome console -> networking and viewing the value sent.
I cannot find it anywhere else.
Is there a way to record and save this value automatically instead of manually looking at the network request in dev tools?
-
@tipston244 said in Sniffing a sent request:
So I am targetting a website that sends a value "UUID" it is generated by HEAVILY obfuscated javascript and is not random. The only way I can get it is by opening chrome console -> networking and viewing the value sent.
I cannot find it anywhere else.
Is there a way to record and save this value automatically instead of manually looking at the network request in dev tools?
Use the "Cache Mask Allow" action with the required url, and then use the "Get all items from cache" action.
-
@tipston244 said in Sniffing a sent request:
@Fox So I tried it and it gets the requests but the post_data is wrong, for some reason the post_data is the same content as the header "X-Super-Properties", no idea why. The content in chrome networking is json data
According to your description, it is very difficult to say what the reason is. Attach a test project