Forum Discussion
Can I hide /getembedinfo page from the users?
- Anonymous5 years ago
Hi yjlee1212 ,
I don't quite understand your needs. Do you want to hide the following line of code and then make sure that its function does not disappear? Can I know why you want to hide this line of code? Is it due to security factors?
@app.route('/getembedinfo', methods=['GET'])Embed Power BI content using a sample embed for your customers application
Frequently asked questions about Power BI Embedded
Best Regards
Hi yjlee1212 ,
I don't quite understand your needs. Do you want to hide the following line of code and then make sure that its function does not disappear? Can I know why you want to hide this line of code? Is it due to security factors?
@app.route('/getembedinfo', methods=['GET'])
Embed Power BI content using a sample embed for your customers application
Frequently asked questions about Power BI Embedded
Best Regards
Hello Rena,
Thank you for looking into my question! Yes, it is due to the security factor. I want to understand if it contains any sensitive information in `/getembedinfo` and, if so, hide the information that reveals when they go to `/getembedinfo` if possible.
Best,
Yong-Jin