Hello,
Plugin is working well form me but I just would like to report I got an error.
Hope this can help.
Regards
2022/05/23 12:28:21 [error] 5793#5793: *32569 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $wp in /var/www/html/xyz/wp-content/plugins/password-passthrough/password-url-passthrough.php on line 41PHP message: PHP Warning: Attempt to read property "request" on null in /var/www/html/support/wp-content/plugins/password-passthrough/password-url-passthrough.php on line 41" while reading response header from upstream, client: 10.112.4.1, server: xyz, request: "GET /xyz HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.0-fpm.sock:", host: "xyz"
I’m concerned that this plug-in hasn’t been updated in quite some time. Are there any other alternatives that are better supported?
]]>I’ve added today the plugin to my site but don’t work with me.
https://sitename/password-page/?pw=mypassword don’t let the user go inside the protected page.
I use WordPress version 4.9.8
]]>Does this plugin still work with WordPress 5 and above?
Thanks!
]]>Great plugin!
An issue that I’ve having is that I cannot use $_GET[‘pw’] in functions.php to get the query string (i.e. password) from the url. In functions.php, $_GET[‘my_query’] works great for any other query. Any suggestion to resolve this?
I’ve tried several different hooks for the function to try to get $_GET[‘pw’] to work, but no success. Could there be a specific hook that will work? Thank you
]]>Since the last update, I receive a 301 or 302 if I try to connect with my Arduino to my website with a password.
It grabs some text form a webpage. If I unprotect the website I get a Http 200.
client.print(String(“GET “) + url + ” HTTP/1.1\r\n” +
“Host: ” + host + “\r\n\r\n”);
Thanks for investigating.
]]>hello,
after injecting the password, is it possible to strip out the url parameter that shows the password?
thank you