I implemented curl code to fetch to live inventory from the vendor web service when any user opens the product detail page.
But search engine bots are accessing the page and this results in curl call to web service 1000 times every second.
How to rectify this issue. I searched over the google but did not find accurate answer yet.