You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module REST contains methods for grabbing HTTP headers (grabHttpHeader, seeHttpHeader...). I am convinced that module PHPBrowser should contains these methods, because common pages also can have some special headers (CSP, X-Frame-Options, Feature-policy etc.)
Solution for now is combination of modules PHPBrowser and REST in one test suite, but for common pages without any API it complicates configuration.
The text was updated successfully, but these errors were encountered:
Module REST contains methods for grabbing HTTP headers (grabHttpHeader, seeHttpHeader...). I am convinced that module PHPBrowser should contains these methods, because common pages also can have some special headers (CSP, X-Frame-Options, Feature-policy etc.)
Solution for now is combination of modules PHPBrowser and REST in one test suite, but for common pages without any API it complicates configuration.
The text was updated successfully, but these errors were encountered: