Bonjour la Team Clickteam Fusion
Hello Clickteam Fusion
J'ai eu un petit soucis concernant l'objet GET pour mon projet Android et les serveurs HTTP/HTTPS et je sais que beaucoup de gens sont dans mon cas ; tout en rédigeant ce post, j'ai effectué en même temps quelques tests et j'ai finalement réussi à trouver la solution. Si ça peut en aider quelques-uns, voici ci-dessous les différents test que j'ai effectué :
I've been having a little trouble with the GET object for my Android project and the HTTP/HTTPS servers, and I know a lot of people are in my situation; while writing this post, I ran a few tests at the same time and finally managed to find the solution. If it's any help, here are the various tests I carried out:
Support | Logiciel | Object GET | Object GET - Domain List | Protocol | URL | Code | Return | Statut |
PC - Windows 10 | Clickteam Fusion dev 2.5+ (Build R295.10) | v2.1 | Nothing | HTTP | Please login to see this link. | 200 | Hello World | OK |
PC - Windows 10 | Clickteam Fusion dev 2.5+ (Build R295.10) | v2.1 | Nothing | HTTPS | Please login to see this link. | 200 | Hello World | OK |
Galaxy S24 Ultra - Android 14 | APK (API34 - minimum 14.0 ; target 14.0) | v2.1 | Nothing | HTTP | Please login to see this link. | 0 | Nothing | NOK |
Galaxy S24 Ultra - Android 14 | APK (API34 - minimum 14.0 ; target 14.0) | v2.1 | Nothing | HTTPS | Please login to see this link. | 200 | Hello World | OK |
Galaxy S24 Ultra - Android 14 | APK (API34 - minimum 14.0 ; target 14.0) | v2.1 | Please login to see this link. | HTTP | Please login to see this link. | 0 | Nothing | NOK |
Galaxy S24 Ultra - Android 14 | APK (API34 - minimum 14.0 ; target 14.0) | v2.1 | yoursite.com | HTTP | Please login to see this link. | 200 | Hello World | OK |
Le nom de domaine doit être indiqué dans les paramètres de l'objet GET comme indiqué ci-dessous.
The domain name must be specified in the GET object parameters as shown below.
Please login to see this attachment.
Je vous joins également le fichier *.mfa
I am also attaching the *.mfa file
Please login to see this attachment.