Skip to content
Discussion options

You must be logged in to vote

i am guessing you are hosting multiple services on the same domain, and another service is using basic authentication so the browser is sending that password to copyparty. Can you confirm this?

if that is the case, and you do not plan to use basic-auth with copyparty, then you can disable basic-auth with --no-bauth

[global]
  no-bauth

a better solution is to run copyparty on its own subdomain where you have no other services

if this is NOT the issue, then you need to inspect the request-headers from your reverseproxy with --ihead=* and hope that the value you see there gives you a good enough hint as to where the unwanted password is coming from;

[global]
  ihead: *

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@proJM-Coding
Comment options

@9001
Comment options

9001 Jan 26, 2026
Maintainer

@Giahungdepzdaizdalai
Comment options

Answer selected by Giahungdepzdaizdalai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants