Re: empty user-agent and logs

2017-09-14 Thread Francis Daly
On Thu, Sep 14, 2017 at 10:57:39PM +0300, Christos Chatzaras wrote: Hi there, > xxx.xxx.xxx.xxx - - [14/Sep/2017:22:47:09 +0300] "GET /index.php HTTP/1.1" > 200 26039 "-" "-" > > There is not difference if there is an empty user-agent or a user-agent with > a dash. > > Any idea it shows the e

empty user-agent and logs

2017-09-14 Thread Christos Chatzaras
curl -A "-" https://hostname/index.php and curl -A "" https://hostname/index.php are logged with: xxx.xxx.xxx.xxx - - [14/Sep/2017:22:47:09 +0300] "GET /index.php HTTP/1.1" 200 26039 "-" "-" There is not difference if there is an empty