http tag

72 questions


2 answers
77 views
0
I want to increase nonce for each HTTP request.

I use coincheck API and gem to create an app.When I tried to execute two requests without pause, {success=>false, error=>Nonce must be incremented}The error returned.Documentation includes A pos...

1 years ago

1 answers
66 views
0
Set-Cookie works on Android 7 but not on Android 10.

Hi, everyone.I have a question about Android and Okhttp3.I implemented session login using Okhttp3 (3.10.0) and PersistentCookieStore, but I can't log in on Android 10 without any problems (Log in).Wh...

1 years ago

1 answers
65 views
0
How Swift POSTs Voice Binary Data

I am trying to use Google Speech API for iOS applications using Swift.Below is a sample input from a local audio file: curl-X POST\--data-binary@audio/good-morning-google.flac\--header'Content-Type:au...

1 years ago

1 answers
48 views
0
How to view HTML files in your browser with the hostname localhost [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 5 years ago.5 years agoHow do I view index.html in my browser using localhos...

1 years ago

1 answers
78 views
0
About HTTP 1.1 Corrected_initial_age

I'm studying HTTP 1.1.There are some things about the cache that I just can't understand.I don't understand corrected_initial_age.apparent_age=max(0,response_time-date_value); corrected_received_age=m...

1 years ago

1 answers
95 views
0
Please tell me about PPPoE global IP camouflage.

Please tell me about PPPoE global IP camouflage.For study purposes, Send an HTTP request under the guise of a global IP and We are investigating how to receive HTTP responses.At the moment, I think th...

1 years ago

2 answers
71 views
0
C# I want to be able to send data to Windows form applications

I created a NodeJS server on my W10 PC, but I would like to send the data from there to a printing application (on the same PC) created by the C# Windows form application. What should I do? My idea is...

1 years ago

1 answers
85 views
0
I want to get the hierarchical value that POSTs from the form as a parameter.

Thank you for your help.EnvironmentEclipse 4.4GAE/J 1.9.30Servlet 2.5Ser I am using ServletFileUpload<form action=/test method=post enctype=multipart/form-data> <input type=text name=name>...


1 answers
61 views
0
HTML source code appears in the browser as it is

I am creating a WebServer for ESP8266 using ESPlor.Below is the UI code, but the code itself appears in the browser (safari, googlechrome).Is there a problem with this code or browser? wifi.setmode (w...

1 years ago

3 answers
89 views
0
Retrieve and parse the JSON file from the URL in C#

http://cathval.com/csharp/4159I found out how to handle JSON data by referring to this site, but how can I receive JSON information from WebAPI like the URL below in String?http://weather.livedoor.com...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.