missyoyo opened a new issue, #20577:
URL: https://github.com/apache/superset/issues/20577

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. When we click 'add dashboard' BTN, We access URI is "/dashboard/new/"  
which superset return http 302 location like this 
"http://superset_ip/superset/dashboard/20/?edit=true";
   2. I think this is not a good idead,because http:// is not needed 
here,superset only need return http 302 location like this 
"/superset_ip/superset/dashboard/20/?edit=true"
   3. with http scheme will cause issue when we use https site and use iframe, 
as our site use https, browser will not load any http content as "Mixed content 
blocking"
   4. So is it possible to change it return relative path?
   
   
   
   #### Screenshots
   
   
![图片](https://user-images.githubusercontent.com/19371588/176820795-32828b0d-fdf2-4c2e-a5cf-5aa18e71b672.png)
   
   
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version: Firfox 90
   - superset version: `superset version`1.5.0
   - python version: `python --version`
   - node.js version: `node -v` 
   - any feature flags active:
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to