Hello. I was wondering if its possible to submit a download for http but not allow any data to return?
For example:
I create a web server on my PC with one page, index.html. Each time someone views it, it logs their ip and gives them a point.
So my question is, is it possible to request the site (http://myip/index.html) without getting the actually index.html data sent back to my app but the server believes it did its job and credits the point? Without having to do anything specific to the PC server to differentiate between users who did or didn't accept the index.html. So the only data the app is using is what it sends out.
For example:
I create a web server on my PC with one page, index.html. Each time someone views it, it logs their ip and gives them a point.
So my question is, is it possible to request the site (http://myip/index.html) without getting the actually index.html data sent back to my app but the server believes it did its job and credits the point? Without having to do anything specific to the PC server to differentiate between users who did or didn't accept the index.html. So the only data the app is using is what it sends out.