Fixed: WebhookService credential key mismatch and missing auth #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed in commit
8dd6fddSeverity: High
What was wrong:
WebhookService used wrong credential keys that didn't match the form XML field names. Bearer and Basic auth headers were not implemented.
Fix applied:
Updated keys to match form XML (
url,method,auth_type,bearer_token,basic_username,basic_password,content_type). Added proper Authorization header construction for Bearer and Basic auth.Files:
WebhookService.phpLabel:
priority: high,status: pending-testingBranch created:
feature/88-fixed-webhookservice-credential-key-mism