我有以下代码。当我查看源代码时,它会在 src 中显示我的 url。我不希望它显示。在 src 中不显示实际 url 但仍在 iframe 中显示正确内容的任何技巧
<ice:panelGroup id="Success">
<iframe src="#{reqStatus.pdfURL}" width="820" height="400" ></iframe>
</ice:panelGroup>
当我查看源代码时,我可以看到这个我想“隐藏”它,如果你愿意的话。如果显示,那么任何人都可以猜出一个数字,如 1235.pdf、1236.pdf 等。
<iframe height="400" src="http://myserver.com/MyApp/pdf/1234.pdf" width="820">