Thanks a lot
Search found 5 matches
- Sat Dec 06, 2025 3:39 pm
- Forum: Coding Questions
- Topic: HTTPRequest Post?
- Replies: 4
- Views: 1031
Re: HTTPRequest Post?
Okay, I thought the parameters were basically the same thing as doing it in the URL (like http://example.com/index.html?something=something), so I was confused.
Thanks a lot
Thanks a lot
- Sat Dec 06, 2025 1:11 pm
- Forum: Coding Questions
- Topic: HTTPRequest Post?
- Replies: 4
- Views: 1031
Re: HTTPRequest Post?
Wouldn't that send the data unencrypted?
- Sat Dec 06, 2025 9:50 am
- Forum: Coding Questions
- Topic: HTTPRequest Post?
- Replies: 4
- Views: 1031
HTTPRequest Post?
Hello!
I'm looking for an example of a post request, sending actual data to the server?
The documentation doesn't provide any, and even a google search on the whole domain comes up empty.
I'm looking for an example of a post request, sending actual data to the server?
The documentation doesn't provide any, and even a google search on the whole domain comes up empty.
- Thu Feb 06, 2025 6:44 am
- Forum: Javascript
- Topic: Remove default event listener
- Replies: 3
- Views: 123376
Re: Remove default event listener
It's so simple that I'm a bit ashamed, but I really spend hours trying to do it by myself.
Many thanks!
Many thanks!
- Wed Feb 05, 2025 4:10 pm
- Forum: Javascript
- Topic: Remove default event listener
- Replies: 3
- Views: 123376
Remove default event listener
Hey!
Spiderbasic adds a few event listeners on startup; among them is one that disables scrolling:

Despite my best attempt, I couldn't figure out how to disable it. Anybody got a hint?
Spiderbasic adds a few event listeners on startup; among them is one that disables scrolling:

Despite my best attempt, I couldn't figure out how to disable it. Anybody got a hint?