Search found 327 matches

by phonic
31 Mar 2023 22:44
Forum: News and Announcements
Topic: v4.3.5.1 - stable
Replies: 14
Views: 9464

Re: v4.3.5.1 - stable

Found the the issue: The filename for some reason had two dots after Unsafe "System.Runtime.CompilerServices.Unsafe.Unsafe..dll". Not easy to notice, but after renaming and reopening it's now working fine.

Thanks for your assistance! The REST API is a great addition to ProppFrexx.
by phonic
31 Mar 2023 22:37
Forum: News and Announcements
Topic: v4.3.5.1 - stable
Replies: 14
Views: 9464

Re: v4.3.5.1 - stable

Yes, the debug does point to a missing file: 31/03/2023 21:33:11: Request JSON deserialize issue: Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file sp...
by phonic
31 Mar 2023 20:05
Forum: News and Announcements
Topic: v4.3.5.1 - stable
Replies: 14
Views: 9464

Re: v4.3.5.1 - stable

Just as way of an update.
I've upgraded to 4.3.5.1 and sending commends in JSON format still not working and getting the response: "Dispatched remotely" with the commends not carried out. Sending the same command in plain text is fine.
by phonic
26 Mar 2023 14:29
Forum: News and Announcements
Topic: v4.3.5.1 - stable
Replies: 14
Views: 9464

Re: v4.3.5.0 - stable

When you specify a different address than the localhost, the Windows operation system might block any requests, due to security issues by default. I.e. you need to run the application (the GPIO client) as an Administrator . Then it shoud work! I just noticed, that on some OS a required dll for JSON...
by phonic
26 Mar 2023 01:10
Forum: News and Announcements
Topic: v4.3.5.1 - stable
Replies: 14
Views: 9464

Re: v4.3.5.0 - stable

Basic Auth is always base64 encoded. The sub-address and example is now given. I hope you can now make a test. Else you can try Postman as provided in my pictures… when using 'Curl', the --user param will specify the username:password in clear text format, e.g.: curl -X POST http://localhost:8080/c...
by phonic
25 Mar 2023 21:59
Forum: News and Announcements
Topic: v4.3.5.1 - stable
Replies: 14
Views: 9464

Re: v4.3.5.0 - stable

No I did not send any commend I was just giving it a first test using curl. I was expecting a auth failure as I did not encode the password. How I know about the base64 and command sub address I will give it another go.

Thanks for your help.
by phonic
25 Mar 2023 20:54
Forum: News and Announcements
Topic: v4.3.5.1 - stable
Replies: 14
Views: 9464

Re: v4.3.5.0 - stable

What URL did you try? When you want to enable https - you need to register an official certificate with your Windows system and bind that to your given port address. I cannot provide that for you. If you don’t know how to do this, you need to ask your administrator. However, note, that https is l m...
by phonic
25 Mar 2023 18:59
Forum: News and Announcements
Topic: v4.3.5.1 - stable
Replies: 14
Views: 9464

Re: v4.3.5.0 - stable

May I ask more details on the REST API implementation. Do I assume correctly that the information entered into the URL determines the protocol(http or https), domain and port that needs to be used to access the API? The reason I ask is that the REST API does not enable if anything other than the def...
by phonic
24 Jul 2022 19:12
Forum: Questions & Answers
Topic: remote commend for unlock/lock ProppFrexx
Replies: 6
Views: 1193

Re: remote commend for unlock/lock ProppFrexx

In regards to user login. I'm thinking of going down the route of using ProppFrexx built-in user login and just allow ProppFrexx to send a commend after successful login to our API to auto login the user. I believe ${username} , ${password} and ${stationname} can be used if needed to validate if the...
by phonic
17 Jul 2022 20:54
Forum: Questions & Answers
Topic: remote commend for unlock/lock ProppFrexx
Replies: 6
Views: 1193

Re: remote commend for unlock/lock ProppFrexx

I'll take a look at an auto login using ${username} , ${password} and ${stationname}