http tag

72 questions


1 answers
392 views
0
How AmazonAdsAPI Handles Content for Media Type appapplication/vnd.spCampaign.v3+json 」

How can I pass the content of the media type application/vnd.spCampaign.v3+json from AmazonAdsAPI in C#?I am currently trying to run ADSAPI sp/campaigns/list in post in HttpClient in C#.You need to pa...

1 years ago

1 answers
348 views
0
Content-type specification for posting image data via http communication

If you look at how to post image data via http communication, every article says Content-Type: multipart/form-data.(Or you can encode the image binary data in base64 and include it in json etc.)In my ...

1 years ago

1 answers
363 views
0
Want to record and send data simultaneously with SPRESENSE (Arduino version)

We are currently thinking of making a sensor for recording with the Arduino version of SPRESENSE.Based on the tutorial in Sony developer world, we were able to implement it so that recorded data could...

1 years ago

1 answers
270 views
0
I want to use mitmproxy to monitor Mac desktop application communication.

I was able to check the communication of Chrome by installing the certificate on the Mac by referring to the following site, but I cannot check the HTTPS/HTTP communication sent by the desktop applica...


1 answers
415 views
0
I want to debug network communication on my PC.

The web app I'm developing is accessing the API and I'm getting a request from my Mac. I'd like to check the status of the request and the contents of the communication. Can I check the communication ...


1 answers
289 views
0
How to Save Images for Each User in Web Services

I think there is a Web service that stores data for each user.For example, I will create an account on Google Drive, Amazon Photo, etc., and save image data and files for each account.So I have a ques...


1 answers
924 views
0
In Java servlet, when SHA-256 sends WW-Authenticate header for digest authentication, the client does not return the result.

We are developing a WebAPI for Digest authentication, but if you set the message digest algorithm to SHA-256, the client side will crash.Is there something wrong with the server implementation?languag...

1 years ago

1 answers
157 views
0
Conditions for Simple Requests in CORS

As for the conditions for a simple request in CORS, there is the following description in MDN, but will the header (e.g., Cookie) listed in the forbidden header name be a simple request?Apart from the...

1 years ago

1 answers
108 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
72 views
0
Requirements for GET HTTP/1.0 and Request Heads

When I started learning about HTTP, I suddenly got an error and I don't know how to solve it, so let me ask you a question.$telnet www.httpbin.org 80Yes GET/ip HTTP/1.0 as follows: Connected to www.ht...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.