Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to Add allowed URLs to the whitelist

yapi_hew January 13, 2020

Hello,

I want to get data from smartsheet api and display in my confluence page. 

I have asked these question before, but I didn't get solution can anybody please help me.

I have to allowed incoming URL in my confluence page

I have read in documentation to add URL to whitelist but, I didn't find option like these in my confluence cloud setting. 

 

Code inside my Html Macro :

<script>
     var settings = {
             "url": "https://api.smartsheet.com/2.0/sheets/6051615279998852",
             "method": "GET",
             "timeout": 0,
             "headers": {
              "Authorization": "Bearer 26ewfyvoncsebvkpke6bne8o95",
                         "Access-Control-Allow-Origin": "*"
              },
     };

     $.ajax(settings).done(function (response) {
          console.log(response);
     });

</script>

 

Error :

Untitled.png

2 answers

1 accepted

2 votes
Answer accepted
Angélica Luz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 14, 2020

Hello Yapi,

Thank you for reaching out to Community!

The documentation about whitelist is specific for Confluence Server and currently, this option is not available for Cloud products.

There is a feature request suggesting the implementation of this ability:

Please, click on vote and watch to receive updates about the feature.

In regards to the smartsheet API, I reached out to Minh and asked for an update. If you don’t receive a response, feel free to mention him.

Regards,
Angélica

yapi_hew January 14, 2020

Thank you so much for your response.

Like Angélica Luz likes this
0 votes
Kesha Thill
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 9, 2020

Hi @yapi_hew !

I wanted to give you an update on your request above. We've recently launched a beta program for IP allowlisting that's available for Confluence, Jira Software, and Jira Service Desk Cloud Premium customers and evaluators. If you're still interested, you can learn more about the feature and how to enable it by visiting our documentation for IP allowlisting here.

Please reach out if you have questions!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events