Hi,Generated result.pdf See below code and I have also tried with embed and Object elements. Getting the same issue, Unauthorised Access / Session Timed Out error in edge. But this perfectly works fine in Firefox browser. Here src is pointing to https://***.nz/EVE/gateway-datasnapshot-service/queryQpr I have attached output from both the browsers.
<c:choose>
<c:when test="${!empty requestScope.viewQprListForm}">
<iframe id="qprIframe" src="<c:out value="${viewQprListForm.qprListUrl}" />" style="width: 100%; height:150px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="yes">
</iframe>
</c:when>
</c:choose>