How do I access the body of a POST request from a page.tsx? #75533
Unanswered
firelizzard18
asked this question in
Help
Replies: 1 comment
-
This was possible in GetServerSideProps, in Pages Router, but I've been missing this in App Router, as far as I know, the exposed request API's are only, cookies and headers. I guess there could be some middleware hack, but nothing "native" so to speak. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Given
/a/page.tsx
:How do I access the request body/form data from
/b/page.tsx
?Additional information
I am using the app router.
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions