Tagged Questions
-1
votes
2answers
28 views
How to make client side and server side communicate? [closed]
I have apache installed, and I would like (using php/and or javascript, html) to do the following but I do not know how.
To send my client to the server a value x
The server to increase x by one and ...
0
votes
3answers
273 views
“Index of …” directory's files listing
On my courses we've got homework on site in folders such as:
http://example.com/files/tasks1-edc34rtgfds
http://example.com/files/tasks2-0bg454fgerg
http://example.com/files/tasks3-h1dlkjiojo8
...
...
1
vote
1answer
56 views
Is it possible for a web-server to send more files than requested for, and have the browser accept them?
I've created a basic web server for a school project, and it serves static content without a problem.
I thought of having the server parse all htm/html files for links to .js/.css/image files, and ...
5
votes
2answers
134 views
Can a 403 error ever be client side?
I've got a well-established web application. It's working for lots of people with a variety of browsers and platforms. But, there's this one guy...
He's getting a "403 Forbidden" on his side, I've ...