Journal Builder won't link to https resources on Portal

2964
4
Jump to solution
08-05-2015 11:25 AM
PamRichmond
New Contributor III

When adding a link to sidebar content in the Journal builder, the link dialog strips off the "https" in my secure link. The secure link is a link to content that I added through Portal, so https is required. Clicking the link generates a "403 - Forbidden" error because https is not used. Is there a solution?

0 Kudos
1 Solution

Accepted Solutions
PamRichmond
New Contributor III

Owen, thanks for the help. The Online Assistant is handy, and it looks like it will work for this purpose. Gregory L'Azou pointed out that I can use the Source View in the editor to workaround this, and I think that is the easiest solution.

View solution in original post

4 Replies
OwenGeo
Esri Notable Contributor

Hi Pam -- I think it might be a mixed-content issue (http and https in the same app). Are you accessing your Journal via https? If not give that a try, and make sure to provide the https link when sharing.

Owen Evans
Lead Product Engineer | StoryMaps
0 Kudos
PamRichmond
New Contributor III

The issue is with the form within the Builder. The form removes any protocol that is entered. It's a data entry issue, not a mixed-content issue.  As soon as you type the last "/", the entire protocol is removed from the text input field.  This is true regardless of using "ftp://", "http://", "https://", etc. This was probably meant as a validation feature, but it's a problem when the target server requires https.

To clarify, here is a screen shot with the field in question:

httpslink.jpg

0 Kudos
OwenGeo
Esri Notable Contributor

Pam - Ah, got it. I see you've opened an issue on Github for this as well. Thx. We will make sure to look at resolving this in a future release and thank you for reporting this.

Until then I think you should be able to use the ArcGIS Online Assistant tool to edit the map journal's JSON to change http to https. I'd recommend trying this on a new journal you create to test this and also to create a copy of your journal using AGO assistant before editing the JSON as this is always somewhat risky.

The JSON editing feature can be found by selecting "I want to...View an item's JSON" then finding the item and then clicking the pencil icon at the top left of the JSON window.

Let me know if this works for you

Owen

Owen Evans
Lead Product Engineer | StoryMaps
PamRichmond
New Contributor III

Owen, thanks for the help. The Online Assistant is handy, and it looks like it will work for this purpose. Gregory L'Azou pointed out that I can use the Source View in the editor to workaround this, and I think that is the easiest solution.