Skip to content

[DataSynchronizer] New Data Synchronizer Component#319

Open
mpoiriert wants to merge 1 commit intomasterfrom
data-synchronizer
Open

[DataSynchronizer] New Data Synchronizer Component#319
mpoiriert wants to merge 1 commit intomasterfrom
data-synchronizer

Conversation

@mpoiriert
Copy link
Owner

@mpoiriert mpoiriert commented Apr 17, 2025

Facebook sends data deletion callbacks as application/x-www-form-urlencoded, but RequestBodyValueResolver only supported application/json and multipart/form-data, resulting in a 415 error.

  • Added application/x-www-form-urlencoded support using the same $request->request->all() already used for
    multipart/form-data.

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.

1 participant

Comments