user_agents
in configuration file doesn't change HTTP User-Agent header
#94
Labels
bug
Something isn't working
Steps to reproduce
misc/config_examples/docusaurus-docsearch.json
of meilisearch/scrapix to include a custom user-agent."user_agents": ["foo"]
yarn playground:docsearch
from meilisearch/scrapix.docker logs -f meilisearch
Expected behavior
"User-Agent"
header from Caddy's log should be something similar to what the docs mentioned:"User-Agent"
header from meilisearch's log should be something similar to the above mentioned value.Actual behavior
Caddy's log returns
node
as HTTP User-Agent.meilisearch's log returns
node
as HTTP User-Agent.The text was updated successfully, but these errors were encountered: