fix: send Alibaba Cloud SMS GET params in query string not body#13
Open
deepshekhardas wants to merge 2 commits into
Open
fix: send Alibaba Cloud SMS GET params in query string not body#13deepshekhardas wants to merge 2 commits into
deepshekhardas wants to merge 2 commits into
Conversation
added 2 commits
March 16, 2026 17:56
Alibaba SMS signature validation requires query parameters, not body. Moved signature params from request body to URL query string. Identified by cubic (cubic.dev)
There was a problem hiding this comment.
No issues found across 2 files
You’re at about 99% of the monthly review limit. You may want to disable incremental reviews to conserve quota. Reviews will continue until that limit is exceeded. If you need help avoiding interruptions, please contact contact@cubic.dev.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes P1 issue identified by cubic:
Issue
Alibaba Cloud SMS signature validation requires query parameters, not request body. Sending signature params in body breaks signature validation and causes API failures.
Fix
Changes
src/Utopia/Messaging/Adapter/SMS/AlibabaCloud.php- Send params as query string instead of bodyIdentified by cubic (cubic.dev)
Summary by cubic
Send Alibaba Cloud SMS GET parameters in the URL query string instead of the body to match Alibaba’s signing rules. This fixes signature validation failures and restores SMS delivery.
Code: OKas delivered.Written for commit bf2c613. Summary will update on new commits.