-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
When i parse google.com (f.e.) and fill the form with test and hit submit, the url will be wrong.
So there is a url-check needed. For example:
if (filter_var($action, FILTER_VALIDATE_URL) === false) {
$action = $this->current_url().'/'.ltrim($action, '/');
}
Same for the Href-Attribute.
This should be added in all Drivers and then it will work how it should work. :)
Metadata
Metadata
Assignees
Labels
No labels