Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST request handling and indexing improvements #636

Merged
merged 4 commits into from
Apr 28, 2021

Commits on Apr 27, 2021

  1. post append improvements:

    - parse json primitives for post query
    - standardize post append indexing
    - include '__wb_method' in urlkey
    - add 'requestBody' and 'method' to cdxj
    fuzzy rules: add rule for yt
    update to latest wombat
    ikreymer committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    2336175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46718e7 View commit details
    Browse the repository at this point in the history
  3. additional fixes:

    - support unique dupe params for json-to-query conversion
    - update tests for test_inputreq,
    - update post-test.cdxj
    tox: run full test suite!
    ci: disable appveyor
    ikreymer committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0fea91f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. inputrequest: don't truncate POST requst buffering, must read entire …

    …POST data to avoid hung request in live mode. instead, truncate final query string
    ikreymer committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    91f9d5a View commit details
    Browse the repository at this point in the history