http tag

72 questions


1 answers
70 views
0
UWP Fails to POST Files

I want to post-send the file from the UWP application to the PHP application on the server side, but the file fails to be sent. The failure is that the $_FILES decision on the PHP side is always false...


2 answers
114 views
0
Which is better, cancel or leave communication (HTTP request)?

For example, every time I type characters such as Google Suggest, I communicate with the server (HTTP request), but Communication (HTTP request) is asynchronous, so we will make a new request without ...

2 years ago

1 answers
93 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...

2 years ago

1 answers
97 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...

2 years ago

1 answers
72 views
0
Information About Sending Over 1500 Bytes on wget_post in the Spresense SDK

I noticed that I was trying to send a binary file by modifying sdk/system/netutils/webclient.c.If I try to send more than 1500 bytes of text (buffer), I try to send the buffer bytes properly for a few...

2 years ago

1 answers
69 views
0
Error 413 (request entity too large) occurs when Azure Functions reads the Base64 string.

in Azure Functions (C#, Runtime.NET6, HttpTrigger)When receiving an Http Request (POST/Type JSON), the parameters of the body part are A 413 error (request entity too large) occurs when the base 64 st...

2 years ago

3 answers
81 views
0
Understanding the Service Side and Management Features of Web Applications

See many applications, such as Wordpress, Python's Django, and RubyonRails' EC Package Spree, that have the same service site and management capabilities under the same domain.Example) www.someservice...

2 years ago

1 answers
97 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...

2 years ago

1 answers
97 views
0
What does HTTP status code mean by dividing it by 100 and comparing it to 2?

An OSS has verified the HTTP status code as follows:private void checkHttpCode(){ if(http.statusLine.Code/100!=2){ through new Exception (http.statusLine.code, http.statusLine.reason); }}Please let me...

2 years ago

1 answers
59 views
0
How do you send images in Google Image Search?

If you upload an image in Google Image Search, you can search for the same image or similar image, but what kind of Google server is it uploaded to?I thought that I could not send large size files bec...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.