10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
== Validation
|
|
|
|
There is often some mechanism in place to prevent users from sending altered
|
|
field values to the server, such as validation before sending. Most popular browsers
|
|
such as Chrome don't allow editing scripts during runtime. We will have to circumvent
|
|
the validation some other way.
|
|
|
|
=== Task
|
|
Send a request that does not fit the regular expression above the field in all fields.
|