79474501

Date: 2025-02-28 04:23:18
Score: 1
Natty:
Report link

you can do this workaround

  1. get a simple webhook.site url (https://webhook.site/)
  2. Now replace the url of your curl call with the one recieved from webhook.site
  3. NOw run your code . you can optionally add an exit after the code this ensure that the code doesn't process further.
  4. Now your curl call would have been registered into the webhook.site .
  5. there is an option to copy as curl
  6. the only change in this curl call is the replace the url back to original.
Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user1958007