Nolan Zhang

Results 19 comments of Nolan Zhang

**Host** actual return result is as follows, Maybe the version has changed ` [ { instanceId: '127.0.0.1#3000#DEFAULT#DEFAULT_GROUP@@test', ip: '127.0.0.1', port: 3000, weight: 1, healthy: true, enabled: true, ephemeral: true, clusterName:...

node-fetch is really great. Although the fetch api has been added since node.js v18, I chose node-fetch because of the need for proxy. This is the necessity of node-fetch. Also,...

> @Explosion-Scratch请尝试使用模块 CycleTLS 来模拟浏览器的指纹。 https://www.npmjs.com/package/cycletls Yes, you provided a great idea, I have verified it, thank you very much.

I just used the CycleTLS method to simulate Ja3, and I can get the result normally, but I can't get the stream result, and I also working on it.

@unbrain According to your method, I failed to reproduce it successfully. Can you add your operating environment and curl version in detail?

This seems to be a special case, due to newer curl versions or special circumstances caused by local proxies, the fingerprint of the function has not been blacklisted. This solution...

You can use the availablePurchases method to get

The correct method is to obtain the `offerToken` through `getSubscriptions` and submit the subscription through the `requestSubscription` method.

@kivancagaogluu Has a good solution been found for this problem?