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
In #1071 it was mentioned that while directly pasting curl encoded requests (like copied from Chrome) is not supported one should use the generate code functionality. However this loses the protocol for https requests.
Example:
Given curl 'https://example.com' , running "Generate Code Snippet" > "HTTP" generates the following snippet that misses the https completely:
GET / HTTP/1.1Host: example.com
The text was updated successfully, but these errors were encountered:
In #1071 it was mentioned that while directly pasting curl encoded requests (like copied from Chrome) is not supported one should use the generate code functionality. However this loses the protocol for https requests.
Example:
Given
curl 'https://example.com'
, running "Generate Code Snippet" > "HTTP" generates the following snippet that misses the https completely:The text was updated successfully, but these errors were encountered: