ProxymanApp / ProxymanApp/Proxyman
Improve Breakpoint: Able to change Method and URL in request
Open
@NghiaTranUIT is already working on this.
Since Aug 21, 2019.
✅ Done
enhancement
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
🐶 Brief
Currently, in Breakpoint, we don't allow to change HTTP Method and URL in the request since the Proxyman Core actually make the connection to the destination beforehand.
In order to change the URL, we have to change how Proxyman Core proxy to the server
👑 Criteria
- Able to change HTTP Method and URL
- If the URL is different domain -> Connect socket to it
- Write First Head line for Method + URL in socket message
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.