You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go-ftw and ftw before it both seem to assume the server being tested is at localhost:80.
The python ftw seems to have options to change that, e.g. --destaddr=domain.com --port 443 --protocol https, at least when run with test/test_default.py (I guess that was its equivalent of cloud mode).
So does go-ftw -- see applyInputOverride and config_test.go -- but the feature appears to be poorly documented,
with no example in README.md.
The text was updated successfully, but these errors were encountered:
dkegel-fastly
changed the title
cloud mode could use --destaddr etc. options
override options poorly documented?
Aug 7, 2022
go-ftw and ftw before it both seem to assume the server being tested is at localhost:80.
The python ftw seems to have options to change that, e.g. --destaddr=domain.com --port 443 --protocol https, at least when run with test/test_default.py (I guess that was its equivalent of cloud mode).
So does go-ftw -- see applyInputOverride and config_test.go -- but the feature appears to be poorly documented,
with no example in README.md.
The text was updated successfully, but these errors were encountered: