61d2201a2d
* win_get_url: Add use_proxy, headers and timeout This PR includes: - Add use_proxy parameter - Add timeout parameter - Add headers parameter - Simplify logic - Create separate CheckModified-File - Now use -LiteralPath instead of -Path - Clean up documentation * win_get_url: Add use_proxy, headers and timeout This PR includes: - Add use_proxy parameter - Add timeout parameter - Add headers parameter - Simplify logic - Create separate CheckModified-File - Now use -LiteralPath instead of -Path - Clean up documentation
8 lines
329 B
YAML
8 lines
329 B
YAML
---
|
|
|
|
test_win_get_url_host: www.redhat.com
|
|
test_win_get_url_link: "https://{{ test_win_get_url_host }}"
|
|
test_win_get_url_invalid_link: https://www.redhat.com/skynet_module.html
|
|
test_win_get_url_invalid_path: 'Q:\Filez\Cyberdyne.html'
|
|
test_win_get_url_invalid_path_dir: 'Q:\Filez\'
|
|
test_win_get_url_path: '%TEMP%\docs_index.html'
|