-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TP-Link Archer VR900v #1
Comments
What modification did you need to do?
Login with a browser and copy & paste the code snippet into the console. |
Oh cool it works. Here is my small modification:
and here is my info-Line:
Thank you - Danke |
You are welcome - Bitte, Seems like the output from const res = await fetch(new URL("cgi/getParm", baseUrl).href, {
method: "POST",
headers: { Referer: new URL("/", baseUrl).href },
});
console.log(await res.text()); |
Of course:
|
Should be fixed by #2 , can you install the latest ( |
It's running fine. |
with a little modify the 'fetchPublicKey.js' I can run your script. Thank You
But You wrote in Readme
"You can login into your router and hook into data encrypt and decrypt methods with the following snippet."
How can I do this?
Greetings Thomas
The text was updated successfully, but these errors were encountered: