Forum Discussion

oskarkuus's avatar
oskarkuus
Brass Contributor
Mar 29, 2022
Solved

Create a teams-app (app studio) - left menu to just open sharepoint url site - That works on Desktop

Hi I am struggling to create a teams app in teams app studio that send the user to a specific URL in sharepoint. I get this to work using the teams browser (firefox and chrome). But it does not wor...
  • Prasad_Das-MSFT's avatar
    Prasad_Das-MSFT
    Apr 01, 2022

    X-Frame-Options is a header included in the response to the request to state if the domain requested will allow itself to be displayed within a frame. It has nothing to do with javascript or HTML, and cannot be changed by the originator of the request.

    This website has set this header to disallow it to be displayed in an iframe. There is nothing that can be done in a client-side web browser to stop this behaviour.

    Please refer: X-Frame-Options - HTTP | MDN (mozilla.org)

Resources