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
Hi all
I found problem with pasteText.textContent. It always return <empty string> while paste curl command, because construction document.execCommand("paste"); is deprecated/deleted from modern version of browsers.
Here's a valid curl command that I copied after executing the GET command up top.
curl -X GET -k -H 'Accept: application/json' -H 'X-Api-Token: 69f0781a-ab7f-42a1-84d4-45c0a821af75' -i 'https://dmarc.postmarkapp.com/records/my'
Why isn't this valid if its what RESTClient created?
The text was updated successfully, but these errors were encountered: