curl tag

16 questions


1 answers
78 views
0
PHP curl fails to connect to intranet server

I have been using the packaged version of Cybows Galoon SOAPAPI without any problems.Something has prevented me from getting it with the API.The symptom is that communication using curl cannot reach t...

1 years ago

1 answers
82 views
0
How is curl's request expressed in HttpURLConnection?

I am writing the code on Kotlin on Android.I'd like to get my github username from the access token. curl https://api.github.com/user?--user username: [token]With curl, you can get the information you...

1 years ago

1 answers
82 views
0
Please tell me how to determine the response when I request to the post URL on Twitter.

Prerequisites/What you want to achieveExtract the post URL tweeted by the member for one month I want to make sure that each post is valid.Specifically, https://twitter.com/ Account Name/status/Post I...

1 years ago

1 answers
93 views
0
PHP fails to POST to Web API using curl

I can't skip the message to chatwork even if I execute the code below.I added var_dump to the option settings, but I didn't know the cause because they were all true.Could you give me some advice abou...

1 years ago

1 answers
85 views
0
How to post incorrect byte characters such as curl

I want to test the web app, but I don't know how to post characters like \xff as parameters.Is there any way like this?

1 years ago

1 answers
82 views
0
Last-Modified Not Included

I would like to confirm the last update date of the site, but when I looked at the contents of the source, it was not written.So I checked the response header with the following command, but there was...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.