Get Object with https:// (secure)

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Does anyone have the Get object working with secure https:// links? Normal http links work fine but https links don't seem to return anything. I'm trying to access a server API that only allows secure requests.

  • If anyone else is trying to do this, I found a workaround: use the Web View Object's "Download URL to file" feature to save the https site to a txt file, then load the file back in to a Rich Edit object or similar. Now to try and get it working on Android...

  • Hi! I've a client project where the client switched to ssl authentication after the project was started.

    so the user have to login inside the app. the app should check if the user exists - that would be easy with standard tools (GET and php?username=xxx&pw=yyy)

    but doesnt work with the HTTPS site. if i GET the url i'll get this error:

    Windows & iOS Device: "HTTP Basic: Access denied."


    if i POST username and password, and GET the url i will get the following error(s):

    On Windows:
    "400 The plain HTTP request was sent to HTTPS port - 400 Bad Request"

    On iOS-Device:
    "The page you were looking for doesnt exist (404)"


    I'm lost here. Is there some kind of workaround for iOS Device to make this work?!?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!