Hi All we are trying to access a vendor hosted site from a large organisation ( with lot of IE settings locked). The website some times doesn't display most of the images for few users, and the issue occurs randomly (persistent for few days) and mostly happens on IE web browser where as it works fine on Chrome on the same machine. All the domains requested by the vendor has been whitelisted. In IE developer tools : - Most of the images status code is 307. -The content type for non displayed images is text/html and for the ones displayed its png. -Other observation is the non displayed images in response header have a url related to https://gateway.zscloud.net:443/aud?orgurl==https.............................
Third party hosted website images not displayed on IE11 and the behaviour is random
284 Views Asked by Manlearning At
1
There are 1 best solutions below
Related Questions in HTML
- How to store a date/time in sqlite (or something similar to a date)
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- Is there any way to glow this bulb image like a real light bulb
- With non-graphical maps in Leaflet, zoomDelta doesn't work
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- Displaying a Movie List on a Website Using Jinja2 and Bootstrap
- How to redirect to thank you page after submitting a Google form embedded into a Google Site?
- Storing selected language in localStorage
- Fences (parenthesis, braces) in HTML and MathML
- Understanding Scroll Anchoring Behavoir
Related Questions in INTERNET-EXPLORER
- VBA, Internet Explorer and Javascript
- Inefficient driver.get() performance in Loops with IEDriver
- NEXT JS -unpecified error on ecternal calls
- Internet Explorer fails to launch via Selenium
- IE Mode Edge driver stuck on 'This is the initial start page for the WebDriver server' when running in Elevated Mode (Admin Mode) [Selenium]
- Can open new window in different browser?
- unable to get the right object to set the windowState
- Filters to apply for an application that can only run on IE compatibility
- How to accept popup message from Edge in IE mode Python - Selenium
- Does anyone know why i cannot see the source code of a website while in Internet Explorer mode in Microsoft Edge?
- Protected Mode settings are not the same for all zones (SELENIUM) (IE MODE IN EDGE)
- Browser Compatibility for WebTransport
- Internet Explorer don't POST
- Microsoft Edge API and IE Mode
- Close security screen alert Internet Explorer Pop-up using VBA and Windows API
Related Questions in IE-DEVELOPER-TOOLS
- Can't create Microsoft 365 Development Program (phone number already in use.)
- Call Stack not visible in IE11 debugger
- Does Microsoft Edge support rendering in IE8 mode? Is there any solution for this?
- IE default version is changed to 7 automatically
- Capture a network request sent immediately by a page opened in a new tab in IE11
- Right click inspect element on IE11 developer tools always to to top of HTML
- How do I insert headers in Internet Explorer?
- IE11 Closes when attempting to view source or use F12
- Third party hosted website images not displayed on IE11 and the behaviour is random
- IE11 Devtools - persist console logs across URLs
- Can I get the ACTUAL Send Request Body from IE F12 developer?
- Is there a way to search all the local and global variables for a value in javascript when a breakpoint is hit in devtools?
- Opening IE 11 dev tool causing the issue
- How to "auto-open DevTools for popups" in Internet Explorer 11?
- Can I completely disable 'debugger' in scripts?
Related Questions in ZSCALER
- Debian OpenSSL zscaler issue php
- SSL certificate problem: unable to get local issuer certificate: zscaler
- SSL Error while installing Rust with curl and sh in network with custom SSL Provider
- Cannot attach an existing OS disk if the VM is created from a platform, user or a shared galley image Azure
- Office add-in sometimes won't load and instead opens webpage
- Cannot build docker image with Zscaler
- ServiceUnavailable: 503 failed. Ssl handshake failed: SSL_ERROR_SSL: error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED
- Configure OWASP ZAP and ZScaler
- File not getting uploaded to server request is resulting in 502 Bad Gateway
- Zscaler Client Connector Exit Password
- Running Unity Hub behind the proxy
- Android studio / Unable to launch test App in emulator due to VPN (zscaler)
- zScaler proxy: ZAP Error [java.net.SocketException]: Connection reset
- Android Emulator internet connectivity issue
- podman build fails with SSL routines:tls_post_process_server_certificate:certificate verify failed
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Vendor was hosting images on different domains, these domains were not whitelisted in Zscaler. The redirection request for images was blocked by zscaler if it was not cached.
IE was the default browser in the organisation and the user base using IE was larger. Chrome user was very low. Both browser caching also works differently. Hence the issue was more predominant on IE.
Resolution: Identified all the domains that were not whitelisted ( from Developer tools) and got it validated from vendor. After whitelisting the issue is no more encountered. Vendor have also updated their documents for future reference.