CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2016
    Posts
    1

    Send key to API-address

    I have string ie: AC45723DGHTOJF977FJHK and api address: https://someapi.com/account

    How do I send this string to API adress? "Request data is sent using POST-method." says manual.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Send key to API-address

    Best way is to just use CURL.

    https://davidwalsh.name/curl-post
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured