Fix non RFC 2606 domain name in doc
parent
7f338e13ff
commit
776d079e6b
|
@ -189,7 +189,7 @@ EXAMPLES = '''
|
||||||
# access the app in later tasks
|
# access the app in later tasks
|
||||||
|
|
||||||
- uri:
|
- uri:
|
||||||
url: https://your.form.based.auth.examle.com/index.php
|
url: https://your.form.based.auth.example.com/index.php
|
||||||
method: POST
|
method: POST
|
||||||
body: "name=your_username&password=your_password&enter=Sign%20in"
|
body: "name=your_username&password=your_password&enter=Sign%20in"
|
||||||
status_code: 302
|
status_code: 302
|
||||||
|
|
Loading…
Reference in New Issue