We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i have seen minio/minio#15548 but it don't respond to my case
i want to call https://localhost:9001/ in my iframe https://sandbox.local/
Load of « https://localhost:9001/ » in frame is refused by « X-Frame-Options » defined with « DENY ».
remove from header X-Frame-Options or add field settings in admin UI
The text was updated successfully, but these errors were encountered:
@dvaldivia how did you do this for Operator UI?
Sorry, something went wrong.
Ping @dvaldivia
@filoucrackeur , you can use nginx as proxy for minio . Try to see this docs setup-nginx-proxy-minio
hi @filoucrackeur we only support embedding the Object Browser at the moment via iFrame, is that what you are trying to achieve?
yes indeed
Execuse me, How can I embedding the Object Browser in my web page with Iframe?
I meet the same problem:
No branches or pull requests
NOTE
i have seen minio/minio#15548 but it don't respond to my case
Expected Behavior
i want to call https://localhost:9001/ in my iframe https://sandbox.local/
Current Behavior
Load of « https://localhost:9001/ » in frame is refused by « X-Frame-Options » defined with « DENY ».
Possible Solution
remove from header X-Frame-Options
or add field settings in admin UI
The text was updated successfully, but these errors were encountered: