fast-speedtest-api
fast-speedtest-api copied to clipboard
How and from where to get token for fast.com ?
@RuteshRathod please read the [Readme] (https://github.com/branchard/fast-speedtest-api#how-to-get-app-token-)
What is the return data type from this api?
there is no url look like that https://api.fast.com/netflix/speedtest?https=true&token=
request url look like that https://ipv4-c066-lax009-ix.1.oca.nflxvideo.net/speedtest/range/0-0?c=tw&n=3462&v=16&e=1629866522&t=4mWjY9z6obz0YrVyqbxEKS_2GPUlA_5CQ8AK3Q
Bro, did you get the app token?? Even I can't find it
api.fast.com doesn't exist in the Network tab. I've got a similar one tot he one posted by @fapjsc , and tried to use the
t=xyz
part as the token but that doesn't work.
Anybody else managed to find the token?
there is no url look like that https://api.fast.com/netflix/speedtest?https=true&token=&urlCount=5
Do i need to update the token???
Can i use one token for unlimited requests??
That's because there are too many requests.
So you can't find the URL in the Network
tab when you open the fast.com website.
Please try to click the Pause
button under the text Mbps
.
Clear the requests in the Network tab.
When you click the Restart
button, you will see the first request URL like https://api.fast.com/netflix/speedtest?xxx
.
(You can pause it again if you like)
@branchard Does this token expire? I noticed I get the same token (YXNkZmFzZGxmbnNkYWZoYXNkZmhrYWxm) on multiple sessions. I'm wondering if it's a viable solution to reuse the same token in my project
Hey people for the onces who can't find the token, in my case the URL doesn't look like at how the readme says, but I realized that is in the first request in the network tab in the first property that says "Request URL", so click on it, and in the "Header" Tab you will see the URL that the readme file says. you will find the token there. just read carefully.
@branchard Does this token expire? I noticed I get the same token (YXNkZmFzZGxmbnNkYWZoYXNkZmhrYWxm) on multiple sessions. I'm wondering if it's a viable solution to reuse the same token in my project
Same question
fast.com and go the devTools -> sources -> app.js -> search for token in the code and u will get it