Recent Releases of auth_capture_proxy

auth_capture_proxy - v1.3.3

Fix

  • Preconfigure SSL context (5159165)

- Python
Published by alandtse over 1 year ago

auth_capture_proxy - v1.3.2

Fix

  • Change base_url path warning to debug (68af0dd)

- Python
Published by alandtse over 2 years ago

auth_capture_proxy - v1.3.1

Fix

  • Automatically convert base_url from file url (08a396d)

- Python
Published by alandtse over 2 years ago

auth_capture_proxy - v1.3.0

Feature

  • Preserve custom headers and allow dynamic sessions (307bd06)

- Python
Published by alandtse over 2 years ago

auth_capture_proxy - v1.2.1

Fix

  • Fix multiple / detection in urls (2352e22)

- Python
Published by alandtse over 2 years ago

auth_capture_proxy - v1.2.0

Feature

- Python
Published by alandtse almost 3 years ago

auth_capture_proxy - v1.1.6

Fix

  • Require python 3.9 or greater (5ba1afd)

- Python
Published by alandtse almost 3 years ago

auth_capture_proxy - v1.1.5

Fix

  • access_url: Do not add port if 0 (ba9acb4)

- Python
Published by alandtse almost 3 years ago

auth_capture_proxy - v1.1.4

Fix

  • Fix swap_url for http converted urls (2b672fa)

- Python
Published by alandtse almost 4 years ago

auth_capture_proxy - v1.1.3

Fix

- Python
Published by alandtse about 4 years ago

auth_capture_proxy - v1.1.2

Fix

- Python
Published by alandtse about 4 years ago

auth_capture_proxy - v1.1.1

Fix

- Python
Published by alandtse over 4 years ago

auth_capture_proxy - v1.1.0

Feature

- Python
Published by alandtse over 4 years ago

auth_capture_proxy - v1.0.2

Fix

  • Fix multiple cookie error in debug (#17) (f1cd671)

- Python
Published by alandtse over 4 years ago

auth_capture_proxy - v1.0.1

Fix

  • Relax dependency versions (55c12ce)

- Python
Published by alandtse almost 5 years ago

auth_capture_proxy - v1.0.0

Fix

Breaking

  • API has changed due to use of httpx. Modifiers, test_url, and other items that access aiohttp ClientResponse will need to be fixed. (311e998)

- Python
Published by alandtse almost 5 years ago

auth_capture_proxy - v0.8.1

v0.8.1 (2021-04-03)

Fix

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.8.0

v0.8.0 (2021-04-03)

Feature

  • Allow disabling of header autogeneration (#11) (3eade2d)

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.7.1

v0.7.1 (2021-03-29)

Fix

  • Fix filter on redirect detection (#10) (94fb40e)

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.7.0

Feature

  • Add filter for check_redirects (#6) (144147a)

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.6.0

Feature

  • Change host when redirect detected (1d6fa10)

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.5.0

Feature

Fix

  • Handle null case for modifiers (388c6df)
  • Prevent autoreload from looping (01cd09c)

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.4.2

Feature

  • Allow modifiers per content_type (ace5e98)
  • Allow encoding for prepend_url (339a5e6)
  • Handle empty action attributes in form tags (b8de7e6)

Fix

  • Bump dependencies (6e9dfd8)
  • Fix default refresh with legacy modifiers (b2fd0d5)
  • Skip non-modifiable files from reading (6fd9804)
  • Process src attribute in img tag (a00f995)
  • Find nested html in script tags (cd1ed20)
  • Fix conversion of str args to URL (300cbf4)
  • Allow url to be empty string (ca5d3e2)

Refactor

  • Provide information about passthru urls (1e535d9)
  • Fix wrong modified_url debug logs (23d64da)

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.4.1

Fix

  • Expose prepend and swap_url (2ea2b16)
  • Fix imports (7263553)
  • Fix returntimercountdownrefreshhtm import (943f24e)

Documentation

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.4.0

Feature

  • Add github_token to ci (79628ca)
  • Dump all info from cli example (9d6cd3a)
  • Allow modification of headers (2e9fc74)
  • Add run_func helper function (6d6ecd6)
  • Add swap_url helper (8ab7e9f)
  • Add prepend_url function (afb23bb)
  • Output resp headers as json (bd3ba5a)
  • Allow float delays for timer (70958da)
  • Allow setting of headers (1703d1b)
  • Add returntimecountdowrefreshhtml (57d71f5)
  • cli: Add debug option to display to stderr (c554e1e)
  • cli: Add timeout option (b7eb672)

Fix

  • Show 0 as smallest timer (1277c88)
  • Call reset_data (dfc6ba9)
  • Fix attribute error when not partial function (304f833)
  • Allow successful test to return html (b1f20df)
  • Treat only get to starting url as start (4f64265)
  • Handle http request downgrade (4b795b4)
  • Refresh tests and modifiers (e140699)
  • Set initial header referer to start site (ff3c568)
  • Shutdown clientsession on close (dc6b8d1)
  • cli: Ensure tests and modifiers have port (0a57143)

Documentation

  • Update findregexurl docstring (c15b307)
  • Update download badges (a8aa662)

Refactor

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.3.2

Fix

  • Add download badge (0f03af4)
  • Handle host urls with trailing / (09e07f9)
  • Fix issues with nginx proxy http switch (0ee1903)

Refactor

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.3.1

Feature

  • Add option to only swap domains (f0a6b58)

Fix

  • Handle http downgrade by nginx proxy (186dcf0)

Refactor

  • Lower debug level for swap_url warning (850a2d9)

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.3.0

Feature

  • Add changehosturl (fe6226e)
  • Add reset_data option (97871ef)
  • Allow enable/disable of all_handler (3a7c0f1)
  • Allow coroutines for testers and modifiers (86da57b)

Fix

  • Handle route with variable resource (7843953)
  • Handle urls with or without trailing / (d654e52)
  • Fix amazon test to recognize captcha logins (be092ea)
  • Only update blank fields (1a83f4d)

Refactor

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.2.0

Feature

  • Add modifiers to cli example (eae4030)
  • Add proxy-example to cli (85c2d1e)

Fix

  • Fix TypeError in autofill (160eb48)
  • Capture toomanyredirects error (f515818)

Documentation

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.1.2

Fix

  • Require python 3.6.1 to satisfy deps (ad948df)
  • Add support for python3.6 (adf6ff6)

Documentation

  • Change changelog to semantic-release (c015d51)

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.1.1

Fix

  • Add support for python 3.7 (95a7d33)

Documentation

- Python
Published by alandtse about 5 years ago

auth_capture_proxy - v0.1.0

feat: initial release

- Python
Published by alandtse about 5 years ago