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
'Host' header for webmock is deleted only when ::Excon present, but if we do not care about Host here for 'excon', we should not care for the Host header at all because not only excon will add the 'Host' header, here is stl Net::HTTPGenericRequest source code adding 'Host' header from url
This will lead to an issue: whenever excon is added or removed to/from the dependencies -- recorded headers will have/miss 'Host' header which in case of full headers matching will fail all checks.
The text was updated successfully, but these errors were encountered:
alekseyl-workato
changed the title
Host header for webmock hook and Excon condition
'Host' header for webmock hook and ::Excon presence condition
Apr 26, 2022
'Host' header for webmock is deleted only when ::Excon present, but if we do not care about Host here for 'excon', we should not care for the Host header at all because not only excon will add the 'Host' header, here is stl Net::HTTPGenericRequest source code adding 'Host' header from url
This will lead to an issue: whenever excon is added or removed to/from the dependencies -- recorded headers will have/miss 'Host' header which in case of full headers matching will fail all checks.
The text was updated successfully, but these errors were encountered: