I'm looking to create a web based tool that will allow me to pull information from a website via URL and decode this content in a more usable fashion.
Here is the situation: The company I work for has log files any time there is an error in the code. The error's are then searchable in a back end application but contain raw data and is fairly time consuming to find the useful information. Those logs are then accessible with a static link.
I'm pretty sure I can figure out the decoding process, however I am struggling with how to get the content I need to decode.
The content I am looking to decode is not on the same domain but are within my companies network.
Any help would be greatly appreciated