I would like to submit a trackback to arXiv using the only php script available I found, PHP Trackback. However it seems like I am not able to proceed since I get a "HTTP 403 Forbidden" error. It further states:
Sadly, your client does not supply a proper User-Agent, and is consequently excluded.
So, how can I include a User-Agent? As a guess I tried
fputs($tb_sock, "User-Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\r\n");
inside the corresponding function in the above mentioned script. Hence my question:
Is there a way to supply a User-Agent sending a trackback?
Please note that I do not have any blogging software on webspace. Thanks in advance!