Hi all,
during replay a web application in HTML-mode with option "download non-HTML resources" on i get lot of http-400 errors for html and non-html content. Looking at the source code of the site i found the header tag
<BASE href="./">
vUGen tries to download resources (even html and non-html) with the URL
http://server.domain.tld./content.html
Cause for the 404-errors seems to be the "." after tld.
It is neccessary for the script to download content dynamically, URL-Mode is not an option.
Does someone here facing the same problem?
Any suggestions to work with the malformed html-header (i.e. web_add_header)?
Thanks in advance, Christoph