curl

  1. T

    Converting Curl command to Httpwebrequest with request body.

    Hello Everyone, I hope I found the right platform to ask this question. I have searched a lot but didn't find any right answer to my problem. I have a few API calls that I can run with Curl and they work totally fine. I can easily make GET request and converted that into httpwebrequest and it...
  2. bluezap

    Reading Json data

    I want to respond to this Json data in vb.net { "success": true, "uses": 3, "purchase": { "id": "OmyG5dPleDsByKGHsneuDQ==", "product_name": "licenses demo product", "created_at": "2014-04-05T00:21:56Z", "full_name": "Maxwell Elliott", "variants": "", "refunded"...
  3. bluezap

    Question Convert curl into vb.net

    Here is what I need to convert curl https://api.gumroad.com/v2/licenses/verify \ -d "product_permalink=QMGY" \ -d "license_key=YOUR_CUSTOMERS_LICENSE_KEY" \ -X POST Here is the response I need to react to { "success": true, "uses": 3, "purchase": { "id"...
  4. A

    Question Receive string from PHP (cURL) script at remote server

    Dear programmers, For a project I need a small program that can safely receive a string from another web-server. A user browses to a website, let's say for example www.EnterStringHere.com, and fills in a string. (I think PHP is good for this) This string is first being hashed/salted and via a...
Back
Top