Quote:
Originally posted by Charter
Hi. Other than passing the username and password in plain text, it's probably not a problem.
|
Great
True, the username/password are passed in clear text, but as long as I use it just for my site residing on my server it shouldn't be a big security issue.
And I can restict admin access to 127.0.0.1 and my own IP.
Instead of wget I could try using curl though. I'll see how that goes.