ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,635
- Points
- 823
Reputation:
We are using a custom php script to authenticate users and return a username, email, and id.
Our script is called from another backend web service and is rather simple. It calls a HTTPS POST on the page, passing in a username and password via a Form URL Encoded body. This script has worked well for several years, however it recently started to intermittently fail.
The php script we use is attached.
Sometimes it works, and sometimes it doesn't. When it fails, it's failing on the...
Read more
Continue reading...
Our script is called from another backend web service and is rather simple. It calls a HTTPS POST on the page, passing in a username and password via a Form URL Encoded body. This script has worked well for several years, however it recently started to intermittently fail.
The php script we use is attached.
Sometimes it works, and sometimes it doesn't. When it fails, it's failing on the...
Read more
Continue reading...