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

how do i pass $_POST parameters with "getAuthenticatedRequest()"? #935

Open
ivan006 opened this issue Jan 24, 2022 · 1 comment · May be fixed by #995
Open

how do i pass $_POST parameters with "getAuthenticatedRequest()"? #935

ivan006 opened this issue Jan 24, 2022 · 1 comment · May be fixed by #995

Comments

@ivan006
Copy link

ivan006 commented Jan 24, 2022

Seems I can only pass php://input payload

@ivan006
Copy link
Author

ivan006 commented Jan 24, 2022

oh i see i must just do this

$body = http_build_query($articulation);
$headers["content-type"] = 'application/x-www-form-urlencoded';

@fverry fverry linked a pull request Mar 25, 2023 that will close this issue
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 a pull request may close this issue.

1 participant