-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for HTTP Basic Authentication
This change adds support for HTTP Basic Authentication to the OCPP-J client, via two additional JSONConfiguration parameters for username and password. When both are set, the HTTP Basic Authentication header will be added to the websocket connect request. Note that HTTP Basic Authentication transmits username and password without encryption, so for secure communication, it must be used within a trusted channel, e.g. a secure websocket connection (WSS) or maybe an encrypted VPN connection. This change has originally been prepared by our former colleague: rtzll@8652108 and has successfully been tested in a plugfest.
- Loading branch information
1 parent
3b41c63
commit 72f6ca3
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters