Ricki Ricardo
Posts: 0
Joined: Fri Nov 16, 2012 9:30 am

Https redirect from oauth

I use box.com api. This api use oauth authorization ask https url for redirect. Appery doesn't supprot https for application. Could you help with it. May be some ideas?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Https redirect from oauth

Hello! Working on it.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Https redirect from oauth

Hi Ricki,

Appery should support HTTPS. We'll test this. For now, there are two possible workarounds for you.

1: If you open page via HTTPS then it will be broken (neither CSS, nor JS). You should change something in the editor and refresh HTTPS page. It will be recreated and open properly as HTTPS.

2: You can create invisible Panel component with the following HTML code:
code<script>
if(location&#46;protocol == "https:") {
location = location&#46;href&#46;replace('https', 'http');
}
<&#47;script>/codeThen you'll be redirected to HTTP page.

Ricki Ricardo
Posts: 0
Joined: Fri Nov 16, 2012 9:30 am

Https redirect from oauth

Great. It works. Thank you very much.

Return to “Issues”