Start a Conversation

Unsolved

This post is more than 5 years old

R

1774

December 30th, 2011 02:00

GetShareableUrl Not opening in Chrome.

Hi,

I am trying display a image which is located on Cloud Server on my webpage using GetShareable URL. This works well with IE and Firefox but doesnt work in Google Chrome.

Please Help.

Thanks and regards,

Ratish.

222 Posts

December 30th, 2011 07:00

Can you provide a sample HTML file that exhibits this behavior?

16 Posts

January 2nd, 2012 02:00

222 Posts

January 2nd, 2012 08:00

Are you setting the mime-type when you create the object? 

16 Posts

January 3rd, 2012 01:00

Yes. I am setting the mime-type when I create the object.

222 Posts

January 3rd, 2012 06:00

Can you try this using HTTP rather than HTTPS? 

110 Posts

January 3rd, 2012 07:00

The link you provided is a document, not an image.  Some browsers may open Word docs in-line, but not Chrome; it simply downloads the file.  The file will end up (by default) in your Downloads folder.  I just followed the link above in Chrome to verify.

Can you post a test case for your original question (HTML that references an image file)?

110 Posts

January 3rd, 2012 07:00

Apparently Chrome 16 has some SSL processing issues to work out (I was using 15).  I recommend reverting to 15 if possible.  Otherwise, you can run Chrome from a command line/terminal and look at the SSL status (maybe it's complaining about something)

Windows:

chrome.exe --use-system-ssl

OSX:

open -a "Google Chrome" --args --use-system-ssl

In OSX, make sure you completely shutdown Chrome before starting it this way.

222 Posts

January 4th, 2012 06:00

Ratish,

Just to be clear -- I would suggest reaching out to your support contact at Peer1 to help with the issue.  It's not something in your code or the language binding that appears to be the source of the problem. 

Let us know if we can help though.


Raj

No Events found!

Top