url tag

36 questions


1 answers
410 views
0
About URL Query Parameters

When using query parameters, if I want to add more than one search condition to one parameter, how can I send a request?https://localhost:8080/hoge?fuga=aaa&fuga=bbb&fuga=cccIs it correct to w...

url
1 years ago

1 answers
319 views
0
Curl command installed for Homebrew is not recognized

Failed to install brew on xserver.When I checked the brew doctor to see if it was working properly, the following error occurred:Error: Please update your system curl.Minimum required version: 7.41.0Y...

1 years ago

1 answers
349 views
0
401000 Authentication Error in Microsoft Translator API

Entering the following code at the MAC terminal results in an error.Microsoft Azure only configures the Translator in Marketplace and enters the key and the key in the Endpoint column into the Ocp-Api...

1 years ago

1 answers
118 views
0
Why do I get the expected result but the HTTP code for the return value is int(0)?

Below, I can get the results I expected to run curl_exec.Both curl_getinfo results are int(0).·What do you mean?·Is the server setting related? curl_setopt_array($ch,[ CURLOPT_RETURNTRANSFER = > tr...

1 years ago

1 answers
139 views
0
curl:(7) Failed to connect to GoogleHome ip port 8091: Connection denied

I look forward to your kind regards.Use Google-home-notifier to tell Google-home your favorite words I'm thinking of letting you talk.Environment virtualboxGuest OS ubuntu Run example.js of google-hom...

1 years ago

1 answers
120 views
0
Understanding the Implementation of the Curl Command Ruby

I am trying to realize the curl contents below in ruby.There are 400 errors and it doesn't work. curl-F grant_type=refresh_token-Frefresh_token=<refresh token>client_id=<client id>-F clien...

1 years ago

1 answers
122 views
0
What is the website path when migrating from VS2010 to 2017

Migrating the website created in VS2010 to VS2017, but During debugging, the URL of the website HogeWeb changed. Before migration: http://localhost:60357/HogeWeb/Default.aspx After migration: http://l...

1 years ago

1 answers
63 views
0
Proxy changes per web access

In a university study, to collect various dataThe Java program is scraping the data on the web.Data access uses multiple forward proxy servers (apache).To prevent access from being concentrated on a s...

1 years ago

1 answers
84 views
0
Upload multiple ASP.NET CURL binary data

ASP.NET MVCC#Inheriting apiController to create WebAPI.Previously, during development, one type of binary data was included in the requested body for POST.curl --data-binary@filenamecontroller post (b...

1 years ago

1 answers
103 views
0
html can only be retrieved halfway with curl command

When you run the following command on AWS, it stops halfway and the cursor does not return as shown below.I'm having trouble identifying the cause and separating problems.If anyone knows how to solve ...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.