Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about guzzle6

Read more about guzzle6

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - guzzle6

PayPal REST API: get Web Profile ID – 400 Bad Request

I've got a problem with the PayPal REST API or at least I am getting an error back using Guzzle as client. The PHP code: $body = [ 'name' => 'TestName982365923', 'presentation' => [ ...
test-img

quinn_2000

php

paypal-sandbox

guzzle

guzzle6

Votes: 0

Answers: 0

Convert curl command to Guzzle psr7 http

I need to convert this cURL command to php: curl -X POST https://google.com \ -H 'custom_id: 1234' \ --form 'file=@"/Desktop/image.jpg"' \ --form 'options_json="{\"rm_spaces\"...
test-img

dosad

php

guzzle

guzzle6

psr-7

Votes: 0

Answers: 1

Latest Answer

use this Laravel 8 You May Easy Call Multipart Api for image uploading directly using use GuzzleHttp\Client; use GuzzleHttp\Client; use GuzzleHttp\Psr7\Utils; use File; $filename = $req->...
test-img

Shahzeb Naqvi

Laravel Send Request to endpoint

These codes throw "Bad Request" error because of parameter. What is the problem of parameter syntax. try{ $client = new Client(); $response = $client->post("url&...
test-img

Bayaz

laravel

laravel-8

guzzle

php-curl

guzzle6

Votes: 0

Answers: 1

Latest Answer

You can use Http::post(); use Illuminate\Support\Facades\Http; $response = Http::post('http://example.com/users',['your data']);
test-img

Wael Khalifa

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved