I currently have a classic asp page. It has some code that it processes. I need to somehow call a url from the classic asp page, wait for the url response and continue the asp processesing.. is that even possible?
example classic asp page
-- processing server side code
-- call url.. wait for response...
-- then continue processing asp page