Actions
Bug #8782
closedCustom dyndns issue: username and password is not sent
Start date:
08/14/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
I tried to use a custom DynDNS provider, one that I host myself but whose API is a clone of dyndns.org and I was surprised to see that the username and the password are not sent in the HTTP request.
After comparing code for different dyndns providers it seems that only "custom" has CURLAUTH_ANY set. When I removed this flag, everything started to work.
I opened a pull-request to fix this issue: https://github.com/pfsense/pfsense/pull/3970
Files
Updated by Jim Pingle over 6 years ago
- Category set to Dynamic DNS
- Status changed from New to Feedback
- Target version set to 2.4.4
- % Done changed from 0 to 100
- Affected Version set to All
- Affected Architecture All added
- Affected Architecture deleted (
)
PR Merged
Updated by Constantine Kormashev over 6 years ago
- File screen.png screen.png added
- File packetcapture.cap packetcapture.cap added
Can see creds in HTTP request:
Packets in .cap file
Actions