awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesQuery Parameter Modifications

Alters query parameters in HTTP requests on the fly to test different scenarios without changing application code.

Distinct from Query Parameter Binding: Distinct from Query Parameter Binding: focuses on modifying existing query parameters in transit, not binding method arguments to URLs.

Explore 3 awesome GitHub repositories matching web development · Query Parameter Modifications. Refine with filters or upvote what's useful.

Awesome Query Parameter Modifications GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • proxymanapp/proxymanAvatar von ProxymanApp

    ProxymanApp/Proxyman

    6,858Auf GitHub ansehen↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Adds, updates, or deletes query string parameters on outgoing requests to alter the URL.

    debugging-tooliosmacos
    Auf GitHub ansehen↗6,858
  • requestly/requestlyAvatar von requestly

    requestly/requestly

    6,341Auf GitHub ansehen↗

    Alters query parameters in HTTP requests on the fly to test different scenarios.

    TypeScriptapiapi-clientapi-mock
    Auf GitHub ansehen↗6,341
  • flyerhzm/rails_best_practicesAvatar von flyerhzm

    flyerhzm/rails_best_practices

    4,166Auf GitHub ansehen↗

    This project is a static analysis tool and linter for Ruby on Rails designed to identify architectural smells and violations of best practices. It serves as a code quality linter, architectural auditor, security scanner, and performance analyzer for Rails applications. The tool evaluates the separation of concerns between controllers, models, and view templates to reduce technical debt. It identifies suboptimal coding patterns and enforces stylistic consistency, while specifically scanning for security vulnerabilities such as unprotected mass assignment in models. The analysis surface covers

    Checks for direct modification of request parameters to prevent data loss during processing.

    Ruby
    Auf GitHub ansehen↗4,166
  1. Home
  2. Web Development
  3. Query Parameters
  4. Query Parameter Binding
  5. Query Parameter Modifications

Unter-Tags erkunden

  • Parameter Integrity AuditingAnalyzes whether request parameters are modified directly, potentially causing data loss. **Distinct from Query Parameter Modifications:** Distinct from general query parameter modification by focusing on auditing for correctness and data integrity rather than implementing the modification.