#2346·Qwen

[BUG] Deceptive Web Requests

Author: jabcreationsCreated Sep 17, 2026Updated Sep 17, 2026

是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?

  • 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions

该问题是否在FAQ中有解答? | Is there an existing answer for this in FAQ?

  • 我已经搜索过FAQ | I have searched FAQ

当前行为 | Current Behavior

Hello, I'm the developer of a web platform. I am currently implementing controls to allow clients to turn AI bots on or off in a simple fashion. I not only have to detect the AI bots but also enforce the behavior.

I tried Qwen and it was forthright about that it is interfaced with another backend. Unfortunately the requests it made were completely deceptive, even if that was not the intention. There was absolutely no HTTP user agent header differentiation denoting it was a bot of any kind.

To fully address this issue and be whitelisted by my platform I need to have a reliable self-hosted array of IP addresses if you can not setup a reverse hostname lookup. It adds a slight delay but enables access. If the URL goes HTTP 404 then access becomes revoked so it's important that it's a stable well-chosen URL. Without this the bot is forced to be classified as deceptive and therefore intentionally blocked. Hopefully we can work past that so everyone regardless of their preference can get things working the way they want. Thank you for your time.

期望行为 | Expected Behavior

No response

复现方法 | Steps To Reproduce

No response

运行环境 | Environment

markdown
- OS:
- Python:
- Transformers:
- PyTorch:
- CUDA (`python -c 'import torch; print(torch.version.cuda)'`):

备注 | Anything else?

No response