0
kicks
Creating a Background Thread to Log IP Information
A forum user wanted to log information about a vistior's IP address in a separate thread using a httpHandler. I solved the problem of retrieving the detailed information about the visitor’s IP address is to create a background thread to make a REST call to a remote API and store the results while the page renders to the browser unaffected.