cURL ???? PHP cURL ??? ??
P粉018653751
2023-08-14 11:46:44
<p>?? ?? ??? ? ?? ??? ??? ?????. ??? ?? ????? ????? ??? ? ?????! </p>
<p>Linux(Ubuntu) ????? ????? ???? API? ?? Wiki? ??? ???? ? ?? ? ??? ????. </p>
<p>? ? ??? ?? ?? ?? PHP ????? ???? ???. </p>
<p>? ? ??? PHP ?????? ??? ???? ??? ??? ? ???? </p>
<pre class="brush:php;toolbar:false;">curl -b cookie.txt -X PUT
--data-binary "@test.png"
-H "??? ??: ???/png"
"http://??? ??/@api/deki/pages/=TestPage/files/=test.png"
-0</pre>
<p>cookie.txt?? ?? ??? ???? ??? ? ??? ?? ??? ???? ????? ?? ???? ???? ? ??? ????. </p>
<p>@test.png? $filename</p>? ?? ???? ???.
<p>http://hostname/@api/deki/pages/=TestPage/files/=? $pageurl</p>? ?? ???? ???.
<p>??? ??? ?????. </p>
???...
"curl ??? PHP ??? ?? ??"
?? +0
P粉018653751