Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix: Endpoint parameter is incorrect #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 19, 2022

  1. Bug fix: Endpoint parameter is incorrect

    Documentation asks user to replace the endpoint parameter mentioned with the one specified in Azure portal("https://api.bing.microsoft.com") . This is incorrect as during runtime, an exception is thrown.
    "404 Client Error: Resource Not Found for url: https://api.bing.microsoft.com/?q=Microsoft+Bing+Search+Services&textDecorations=True&textFormat=HTML"
    Instead either one of the following endpoints should be used for the code to run as expected.
        https://api.bing.microsoft.com/v7.0/search	-  For Web Search
        https://api.bing.microsoft.com/v7.0/suggestions/search - For Autosuggest
        https://api.bing.microsoft.com/v7.0/images/search - For Image Search
        https://api.bing.microsoft.com/v7.0/videos/search - For Video Search
    RohanKrishna-2000 authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4d0e58d View commit details
    Browse the repository at this point in the history