network tag

93 questions


1 answers
94 views
0
I want to get HTTP from Python quickly

What's the fastest way to get HTTP on Python?After getting, I try to find a string like content = url.get(http://example.com/foo/bar) but I don't know how to get it.I heard that I can use httplib or u...

1 years ago

1 answers
137 views
0
Networking ip Questions

Currently, we are debugging with wireshark to create a function to upload code to cloud server.Post's signal seems to go into the cloud well, but I can't see the file, so I'm debugging it.What I felt ...

1 years ago

1 answers
145 views
0
Parsing network response raw data (null byte representation problem)

Hi, everyone. I'm going to parse the data that the viewer handles, which can only be installed through ActiveX in Internet Explorer. Right before the viewer on the web loads the data through Wireshark...

1 years ago

3 answers
46 views
0
Questions about cookies and sessions.

Hello, everyoneWhile organizing various concepts, I came up with something I was curious about, so I'm posting it like this. First, I will write down the cookies and sessions that I understood.Session...

1 years ago

1 answers
99 views
0
Can the port be changed?

Using wireshark, we looked at the packets between the server and the client.The port was initially in the 8XXX series, then disconnected, reconnected, and captured the packet, and it was caught in the...

1 years ago

2 answers
91 views
0
I have a question while studying TCP/IP.

My question is two.I found out by researching that the name tcp/ip itself does not refer to a specific protocol, but to a word that refers to the whole. And there are about 100 protocols in the TCP/IP...

1 years ago

1 answers
49 views
0
How do I find my local ip address?

Regardless of platform, use standard libraryPlease tell me how to find the local ip address (192.168.x.x or 10.0.x.x)

1 years ago

1 answers
45 views
0
ubuntu VM Network

I installed and used xubuntu as a VMWe set the network settings to NAT and the virtual Box host-only adapter.But when I first turned it on, the internet wasn't working and I turned it off several time...

1 years ago

1 answers
118 views
0
Network (programming) Study book questions

I was recommended a good book when studying tcp/ip socket and network programmingThe books areThis is.What are the advantages and disadvantages of each book in studying for beginners?Also, in the case...

1 years ago

1 answers
98 views
0
http://starlog.ml/ Site System Implementation Principles?

We found the following site:It is a website that statistics the cash item (star balloon) transaction history of the media called Afreeca TV.By the way, how on earth can I get cash transaction history ...

1 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.