Actions
action #97037
closed[easy][beginner] Add User-Agent header to openqa-cli
Start date:
2021-08-17
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
When making a request with openqa-cli, it sends the default "Mojolicious (Perl)"
User-Agent header.
To get a more informative access log, it should send openqa-cli
.
Suggestions¶
- Ideally it should also add the openQA version, but as we don't have it as
$VERSION
in our modules, like normal CPAN modules have it, we might not easily be able to. (When running from git, there'sgit describe
.)
Further details¶
Entrance level issue
Updated by okurz almost 3 years ago
- Tags set to entrance level issue, easy, beginner, openqa-cli
- Subject changed from Add User-Agent header to openqa-cli to [easy][beginner] Add User-Agent header to openqa-cli
- Description updated (diff)
Updated by tinita 2 months ago
- Status changed from New to Resolved
- Assignee set to kraih
- Target version changed from future to Ready
This was done in https://github.com/os-autoinst/openQA/pull/5063
Actions