http tag

72 questions


1 answers
72 views
0
When requesting with http post method, is there a specification defined for using not only the request body but also the query string?

POST /tokens?epoch=12345 HTTP/1.1Content-Type: application/x-www-form-urlencoded; charset=utf-8Host: example.comConnection: closeContent-Length: 11epoch=54321If you have HTTP POST reqeust like above W...

2 years ago

1 answers
135 views
0
Android loopj http request, cookie question!

Hello. I have a question regarding Android loopj communication...Server git.. https://github.com/aj1155/Coop-Project/blob/master/src/main/java/Coop/controller/UserController.javaI'd like to send a req...

2 years ago

1 answers
87 views
0
Is the packet encrypted when submitting to HTTPS on the HTTP page?

Is the packet encrypted when submitting to HTTPS on the HTTP page?I know that SSL is a technology that cannot be decrypted even if a third party intercepts packets exchanged between a client and a ser...

2 years ago

1 answers
113 views
0
What happens after the message "I'm checking my browser for security"?

If you go to some security-conscious websites,The message I'm checking my browser for security appearsWait a few seconds before the main page comes outWhat's going on between the server and the client...


1 answers
117 views
0
When scraping the web with the requests module, is it meaningful to manipulate the header?

I want to send and receive data through Python's requests module.If you use the request module, it is revealed that it is a scripted connection to a user-agent or a header like this, but if you arbitr...


2 answers
89 views
0
RUDP and HTTP Questions

If you look at Facebook and Kakao Talk open source disclosure details, you will use HTTP open source 'Bolli'.Wasn't the mammoth company communicating in a Reliable UDP way?I checked the case where loo...

2 years ago

1 answers
102 views
0
I use curl in open api call, but I want to know the meaning of the option

curl https://openapi.naver.com/v1/papago/n2mt \-H Content-Type: application/x-www-form-urlencoded; charset=UTF-8 \-H X-Naver-Client-Id:\-H X-Naver-Client-Secret: \-d nice to meet you source=ko&tar...

2 years ago

1 answers
86 views
0
Download files via HTTP

You download MP3 files from the website at certain times You are about to build/update a podcast XML file associated with itunes.I've created code to create and update XML filesAll I have to do is mak...

2 years ago

1 answers
138 views
0
How do I upload Bitmap to web server using Okhttp?

I'm going to upload a picture using php I'm going to take the photo selected by the camera or gallery and resize it with bitmap and upload it on the serverHere we go. Give me a tip

2 years ago

1 answers
92 views
0
Python UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb9 in position 0: invalid start byte

Python python -m http.When I entered the command server, there was no error on other computers. But when I input it on my friend's computer, it says, Traceback (most recent call last): and at the end,...

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.