CloudFlare provides high security for the target website to hide their real server IP address. Make it harder for the hacker to attack the website real server. But it doesn't mean it is impossible. Let's find it out on one website - https://www.g2.com - use CloudFlare to hide it IP address.
<html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> </body> </html>
Using Postman
Hmm, look like we found the correct website IP address 34.x.x.x. The host force all requests to redirect to www.g2.com which is through CloudFlare. Or maybe we need some special headers to be able to bypass it security checking.