Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

laravel http send data json raw

$response = Http::contentType("text/plain")->send('POST','https://example.com', [
    'body' => 'FETCH....'
])->json();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #laravel #http #send #data #json #raw
ADD COMMENT
Topic
Name
4+6 =