Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

hardcoded http protocol #25

Closed
ghost opened this issue Jun 9, 2014 · 1 comment
Closed

hardcoded http protocol #25

ghost opened this issue Jun 9, 2014 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Jun 9, 2014

In APE_Server/APScripts/framework/cmd_frame.js there is

request.open(\"POST\",\"http://\"+server+\"/0/?\",true);

I think this is hardcode.

When I try to use new APS(..., ..., {secure: true, transport: 'lp'}) on a https site, it gives me an error

s1

For myself I changed that to https and it works, but I think it should detect the protocol automatically.

@ghost ghost changed the title hardcoded http protocol ? hardcoded http protocol Jun 9, 2014
@ghost ghost assigned ptejada Jun 9, 2014
@ptejada
Copy link
Owner

ptejada commented Jun 9, 2014

Sounds like bug, will fix.

ptejada added a commit that referenced this issue Nov 9, 2014
@ptejada ptejada closed this as completed Nov 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant