openbullet / openbullet/OpenBullet2
[REQUEST] Regex and request headers, Post data of the received request (Wait for Response [Puppeteer])
@openbullet is already working on this.
Since Jun 10, 2024.
- Dominant language
- C#
- Stars
- 2.4k
- Forks
- 602
- PR merge metrics
- No merged PRs in 30d
Description
Hey Guys i was trying to capture the response of a request in puppeteer. But my URL changes for every request https://www.example.com/example/mobiliser/rest/channel/GwpValidateWYHFactors?timestamp=1636637740597 ( this timestamp is in milliseconds) is there any way to find a request using regex?

even if I generate time there will be a delay in milliseconds and the puppeteer will not be able to find it, is there any way around it?
And one more thing is it actually possible to get request headers and Post data of the received request

here it only shows received headers
maybe you can have a look at https://github.com/puppeteer/puppeteer/blob/main/docs/api.md#class-tracing for a reference to do it
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.