Bing search bug #2239

Closed
opened 2026-02-21 17:43:23 -05:00 by yindo · 0 comments
Owner

Originally created by @lx1054331851 on GitHub (Apr 15, 2024).

Originally assigned to: @Yeuoly on GitHub.

Self Checks

  • This is only for bug report, if you would like to ask a quesion, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.6.2

Cloud or Self Hosted

Cloud, Self Hosted (Docker), Self Hosted (Source)

Steps to reproduce

I always encounter invoke url error when using bing search.

So I dig into the source code. The search setting is as below:

image

But the real thing is the filters are all setting as true, as below

image

So the backend request url is:

https://api.bing.microsoft.com/v7.0/search?q={query_string}&mkt=en-US&count=5&responseFilter=Computation,Entities,News, RelatedSearches,WebPages

So if all the filters are true, bing will raise a error: 403 forbidden.

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @lx1054331851 on GitHub (Apr 15, 2024). Originally assigned to: @Yeuoly on GitHub. ### Self Checks - [X] This is only for bug report, if you would like to ask a quesion, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Pleas do not modify this template :) and fill in all the required fields. ### Dify version 0.6.2 ### Cloud or Self Hosted Cloud, Self Hosted (Docker), Self Hosted (Source) ### Steps to reproduce I always encounter invoke url error when using bing search. So I dig into the source code. The search setting is as below: <img width="417" alt="image" src="https://github.com/langgenius/dify/assets/12423206/f2d745f4-be0b-4466-8433-eef754e40121"> But the real thing is the filters are all setting as true, as below <img width="401" alt="image" src="https://github.com/langgenius/dify/assets/12423206/12adf692-d4ff-4730-89ca-9c53ded99009"> So the backend request url is: ``` https://api.bing.microsoft.com/v7.0/search?q={query_string}&mkt=en-US&count=5&responseFilter=Computation,Entities,News, RelatedSearches,WebPages ``` So if all the filters are true, bing will raise a error: 403 forbidden. ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 17:43:23 -05:00
yindo closed this issue 2026-02-21 17:43:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#2239