
Proxyman.io
Charles Proxy
HTTP Toolkit
Fiddler
Requestly
mitmproxy
Surge for Mac
Weer
Error Prone
PVS-Studio
SpotBugs
Dependency-Check
Wazuh
Fiddler
Sublime Web Inspector
JS Bin
Modern and Delightful HTTP Debugging Proxy Proxyman is a native, high-performance macOS application, which enables developers to observe and manipulate HTTP/HTTPS requests.
Proxyman.ioNo features have been listed yet.
No Proxyman.io videos yet. You could help us improve this page by suggesting one.
Based on our record, Proxyman.io should be more popular than Error Prone. It has been mentiond 27 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I don't have elaborate needs and have used Charles for many years. A few years ago I switched to https://proxyman.com and found it easier to use. - Source: Hacker News / 9 months ago
Network analysis tools like Charles Proxy and Proxyman provide essential debugging capabilities for mobile applications. These tools intercept and analyze all network traffic, enabling detailed inspection of API communications. - Source: dev.to / 10 months ago
Armed with this you could now investigate the raw JSON using HTTP proxying (I like to use ProxyMan for this), and/or talk to the back-end team, see if they've made some changes and are aware of the breakage in the contract between client and server. - Source: dev.to / almost 2 years ago
I previously used Proxyman [1] on iOS to the http requests send over TLS. It worked rather nicely. Proxyman in this case starts a VPN which handles all the traffic. It uses custom certificate to decrypt the messages. [1] https://proxyman.io/. - Source: Hacker News / almost 3 years ago
Proxyman - Price: Free (optional paid plans available) Modern and intuitive HTTP/HTTPS debugging proxy app for macOS. Source: about 3 years ago
A special kind of validation is enforcing that record fields are not null. (Un)fortunately, records do not have any special behavior regarding nullability. You can use tools like NullAway or Error Prone to prevent null in your code in general, or you can add checks to your records:. - Source: dev.to / almost 4 years ago
I am all in favour to more third side libraries adding functionalities, like Lombok, Manifold and error prone. As well as smaller projects like this shameless plug and what appears in this list. Source: almost 4 years ago
While at it you could also point them to static code analyzers such as error_prone, spotbugs and pmd (use all 3 at once - they complement each other in detecting different issues). Source: over 4 years ago
Linters can check for this sort of thing, for example Error Prone[0] has a lint[1] for this. Totally agree this is better to be in the language proper so we don't need this extra tooling. [0]: https://errorprone.info [1]: https://errorprone.info/bugpattern/ParameterName. - Source: Hacker News / almost 5 years ago
Charles Proxy - HTTP proxy / HTTP monitor / Reverse Proxy
PVS-Studio - PVS-Studio is a useful piece of software for detecting problems in source code. The software examines program codes written in C, C++, and C# for any problems that might prohibit the code from functioning properly.
HTTP Toolkit - Beautiful, cross-platform & open-source tools to debug, test & build with HTTP(S). One-click setup for browsers, servers, Android, CLI tools, scripts and more.
SpotBugs - Static Application Security Testing (SAST)
Fiddler - Fiddler is a debugging program for websites.
Dependency-Check - Dependency-Check is a utility that identifies project dependencies and checks if there are any...