My webapp has a href embedded to an image that links to a particular website "https://ad.doubleclick.net". I see a about:blank page when I click on the image. when

Nigam Kumar 0 Reputation points
2023-08-18T07:57:38.76+00:00

My webapp has a href embedded to an image that links to a particular website "https://ad.doubleclick.net/.../../..". I see a about:blank page when I click on the image.

The above link works fine if I have another URL mentioned in the href.

When I open the ads.doubleclick.net link in a browser, it works fine. Could it be a configuration issue?

I have a nginx web server on Azure App service.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,658 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 17,651 Reputation points Microsoft Employee
    2023-08-19T01:13:48.96+00:00

    @Nigam Kumar It is possible that the issue is related to the configuration of your Azure App Service. However, it is also possible that the issue is related to the link itself.

    One way to troubleshoot this issue is to check the browser console for any error messages that may be related to the link. You can also try opening the link in a new tab or window to see if it works outside of your web app.

    If the link works fine outside of your web app, then it is possible that there is a configuration issue with your Azure App Service. You can check the configuration settings for your web app to ensure that everything is set up correctly.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.