Skip to content
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

Escaping password in dnsapi/dns_inwx.sh #5060

Open
sittelle opened this issue Mar 20, 2024 · 1 comment
Open

Escaping password in dnsapi/dns_inwx.sh #5060

sittelle opened this issue Mar 20, 2024 · 1 comment

Comments

@sittelle
Copy link

sittelle commented Mar 20, 2024

Steps to reproduce

Enter password, e.g. 'Ncwr<NZ#+%?9'. This password will not be escaped in XML request and thus login will fail.

Debug log

[...]INWX API: Authentication error (username/password correct?)[...]

Used request by script

<?xml version="1.0" encoding="UTF-8"?>
  <methodCall>
  <methodName>account.login</methodName>
  <params>
   <param>
    <value>
     <struct>
      <member>
       <name>user</name>
       <value>
        <string>mywonderfullname</string>
       </value>
      </member>
      <member>
       <name>pass</name>
       <value>
        <string>Ncwr<NZ#+%?9</string>
       </value>
      </member>
     </struct>
</value>
</param>
</params>
</methodCall>
Copy link

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant