Create local disk that when accessed sends a http request

80 Views Asked by At

So, my issue is as follows:

I need to create an .exe file that, when ran:

1: Creates a local disk in the Computer(say S)-this absolutely 100% needs to be considered local by the system.

2: Whenever S:{idlist} is accessed, create http request to a server: www.server.com:{idlist}. Response is in JSON. Return this response to whatever running app accessed S:{idlist}.

If possible guide me to what i should do to achieve this.(From what i know, it's doable in .NET, with C# or C++, tho i'm not sure exactly how).Any tips, documentation would be perfect.

Thank you and sorry for my english, not my native language and i'm only 15 y/o.

0

There are 0 best solutions below