Help and Support
Ask a question, report a problem, request a feature...
<<  Back To Forum

Logging into the web interface with curl?

by Guest on 2018/05/03 03:50:01 AM    
Hello I'm experimenting with some tools for Tixati.

One issue I have encountered is logging into the Web interface for Tixati.

curl -v -L --anyauth --user 'myuser:mypassword' 'http://127.0.0.1:1234'

Results in a 401 Unauthorized error. --anyauth decides to use --digest in my case which seems to be consistent with my web browser.

Typing the adress directly into the browser works fine: http://myuser:mypassword:127.0.0.1:1234

Could this possibly be a bug related to how the web interface in Tixati handles authorization?
by Guest on 2018/05/08 12:13:19 AM    
Could anyone else confirm if this works on your own machine?

curl -v -L --digest --user 'myuser:mypassword' 'http://127.0.0.1:1234'




This web site is powered by Super Simple Server