Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix incorrect usage of clientSettings.path as route #81

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

DeborahPereira4sh
Copy link
Contributor

clientSettings.path is the client host that is used in the from header of sent OCPP message

If we use clientSettings.path as route, the client will have to send his message to clientSettings.path:clientSettings.port/clientSettings.path. Example: if clientSettings.path = http://localhost and clientSettings.port = 8080 , the client will have to send his messages to http://localhost:8080/http://localhost

@lilgallon
Copy link
Member

may fix #53 (comment)

@DeborahPereira4sh DeborahPereira4sh merged commit 0e57ed4 into dev Jan 30, 2025
3 checks passed
@DeborahPereira4sh DeborahPereira4sh deleted the fix/fix-client-path-usage branch January 30, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants