ci4 curl |
PHP Code: <?php What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(02-16-2023, 12:05 AM)InsiteFX Wrote: @InsiteFX Hello sir could you please help me understand how I should send this data using curlRequest, I am having a hard time achieving this. API call that I want to make PHP Code: curl https://api.dropbox.com/oauth2/token \ I have tried this way but had no success at all PHP Code: $body = [
Learning Codeigniter
stackoverflow -> Php Curl adding Params
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
All options are documented.
https://codeigniter4.github.io/CodeIgnit...t.html#id7 You need to customize CURLRequest if you need to set options that are not supported now. |
Welcome Guest, Not a member yet? Register Sign In |