ProxymanApp / ProxymanApp/Proxyman
Support capturing traffic when using ofetch
Open
@NghiaTranUIT is already working on this.
Since Oct 6, 2023.
enhancement
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Currently https://github.com/unjs/ofetch is not supported, which is used by nuxt 3.
Why this feature/change is important?
Before we were using axios which was supported.
Now we're ending up with these errors and cannot override requests:
ERROR [unhandledRejection] socket hang up 10:49:42 AM
at connResetException (node:internal/errors:717:14)
at Socket.socketOnEnd (node:_http_client:526:23)
at Socket.emit (node:events:525:35)
at Socket.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
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.