Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - hxref.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 07:59:46 GMT
Server: Apache
Location: https://hxref.com/
Content-Length: 285
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://hxref.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 07:59:48 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html;charset=utf-8

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: hxref.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Zhengzhou Huaxiang  Refractories Co.,Ltd.</title>
<meta name="description" content=" As one of the leading full range refractories manufacturer in China, HX Refractories Co.,Ltd was established in 2001, in Zhengzhou City, Henan province." />
<meta name="keywords" content="Monolithic Refractories|Shaped Refractories|Refractories Raw Material" />
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="generator" content="Sinoart"/>
<link href="favicon.ico" rel="shortcut icon" />
<link rel='stylesheet' href='templates/huaxiang/style/style.css'/>
<script type='text/javascript' src='templates/huaxiang/js/jquery.min.js'></script>
<script type="text/javascript">
        $(function () {
            //Cookie Bar
            $.cookieBar({
                message: 'We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies.',
                acceptText: 'Accept All',
                declineText: 'Reject All',
                fixed: 'true',
                bottom: 'true',
                zindex: 4
            });
        });
    </script>
<script type='text/javascript' src='templates/huaxiang/js/cookie.js'></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W3QTGDM');</script>
<!-- End Google Tag Manager -->

<script>
function getCookie(cookieName) {
let cookie = {};
document.cookie.split(";").forEach(function (el) {
let [key, value] = el.split("=");
cookie[key.trim()] = value;
});
return cookie[cookieName];
}
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
var json_consent_status;
var cookievalue = JSON.stringify(getCookie("consentstatus"))?.split('\\"');
//默认意见
if (cookievalue == undefined) {
gtag("consent", "default", {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied',
'wait_for_update': 500,
region: [
'AT', 'BE', 'BG', 'CY', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GR', 'HR', 'HU', 'IE', 'IS', 'IT', 'LI', 'LT', 'LU', 'LV', 'MT', 'NL', 'NO', 'PL', 'PT', 'RO', 'SE', 'SI', 'SK'
], // apply default to specific regions only
});
}
//过往意见
if (cookievalue != undefined) {
if ((cookievalue == '"granted"')) {
gtag("consent", "default", {
'ad_storage': 'granted',
'ad_user_data': 'granted',
'ad_personalization': 'granted',
'analytics_storage': 'granted',
'wait_for_update': 500,
});
} else {
gtag("consent", "default", {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied',
'wait_for_update': 500,
});
}
}

function setCookies(json_consent_status) {
var currentDate = new Date();
var expirationDate = new Date(currentDate);
expirationDate.setFullYear(currentDate.getFullYear() + 1);
var expires = expirationDate.toUTCString();
document.cookie = "consentstatus=" + json_consent_status + ";expires=" + expires + ";path=/";
}
//客户点击拒绝  
document.addEventListener('mousedown', function (e) {
const dom = e.target.closest('.cky-btn-reject');
if (dom === null) return;
json_consent_status = 'denied';
setCookies(json_consent_status);
gtag('consent', 'update', {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied'
});
});
//客户点击授权   
document.addEventListener('mousedown', function (e) {
const dom = e.target.closest('.cky-btn-accept');
if (dom === null) return;
json_consent_status = 'granted';
setCookies(json_consent_status);
gtag('consent', 'update', {
'ad_storage': 'granted',
'ad_user_data': 'granted',
'ad_personalization': 'granted',
'analytics_storage': 'granted'
});
});
</script>
</head>
<body>

<div id="top">
    <div id="izl_rmenu" class="izl-rmenu"><a class="btn btn-ask" href="https://www.hxref.com/contact/">&nbsp;</a> <a class="btn btn-tel" href="https://api.whatsapp.com/send?phone=8613503820738"> <span class="tel">Click here</span> </a> <a class="btn btn-mail" href="mailto:[email protected]"> <span class="mail"> [email protected]</span> </a> <a class="btn btn-phone" href="skype:liux8921?chat"> <span class="phone">liux8921</span> </a> <a class="btn btn-tel" href="javascript:void(0);"> <span class="tel"> <img src="http://www.hxref.com/upload/images/20230731_114026.png" /></span> </a><a class="btn btn-wechat" href="javascript:;"> <span class="wechat">+86 0371 56511161</span> </a><div class="btn btn-top"></div></div>
</div>
<header id="header">
    <div class="header-top"></div>
    <div class="header-w">
        <div class="logo"><a href="https://www.hxref.com/" title="Zhengzhou Huaxiang  Refractories Co.,Ltd."><img src="upload/201911/1573205659.jpg" alt="Zhengzhou Huaxiang  Refractories Co.,Ltd."><p>ZHENGZHOU HUAXIANG  <span>REFRACTORIES CO.,LTD</span></p></a></div>
        <div id="nav">
            <div id="nav-button" class="nav-button"><i class="iconfont icon-mean_list"></i></div>
            <nav><ul id="show"><li class="on"><a href="https://www.hxref.com/" title="Home">Home</a></li><li ><a href="products/" title="Products">Products</a><dl><dd><a href="products/Shaped_Refractories_1.html" title="Shaped Refractories">Shaped Refractories</a></dd><dd><a href="products/Monolithic_Refractories_1.html" title="Monolithic Refractories">Monolithic Refractories</a></dd><dd><a href="products/Refractories_Raw_Material_1.html" title="Refractories Raw Material">Refractories Raw Material</a></dd><dd><a href="products/Welding_Consumables_1.html" title="Agglomerated SAW Flux">Agglomerated SAW Flux</a></dd><dd><a href="products/products_27_1.html" title="SAW WIRE">SAW WIRE</a></dd><dd><a href="products/products_28_1.html" title="MIG WIRE ER70S-6">MIG WIRE ER70S-6</a></dd></dl></li><li ><a href="case/" title="Case">Case</a></li><li ><a href="industrial/" title="Industrial Sectors">Industrial Sectors</a></li><li ><a href="about/" title="About Us">About Us</a></li><li ><a href="contact/" title="Contact us">Contact us</a></li></ul></nav>
            <div id="close" class="close-nav"></div>
        </div>
        <div class="head_rcon">
            <ul>
                <li><a href="mailto:[email protected]"> [email protected] </a></li>
                <li class="language"><a href="https://www.hxref.com/">English</a><div class="language-main"><div class="language-cont"><div class="language-post"><a href="https://www.hxref.com/" title="English" >English</a></div></div></div></li>
                <!-- <li><a href="javascript:;" class="search-button">Search</a><form action="https://www.hxref.com/search/search.php?lang=en" method="get" class="searchform" ><input type="hidden" name="lang" value="en"/><input type="hidden" name="searchtype" value="0"/><input type="hidden" name="class1" value="1"/><input type="text" name="searchword" placeholder="Search..."/><button><i class="iconfont icon-fangdajing"></i></button></form></li> -->
                <li><a href="javascript:;" class="search-button"><i class="iconfont icon-fangdajing"></i></a><form action="https://www.hxref.com/search/search.php?lang=en" method="get" class="searchform" ><input type="hidden" name="lang" value="en"/><input type="hidden" name="searchtype" value="0"/><input type="hidden" name="class1" value="1"/><input type="text" name="searchword" placeholder="Search..."/><button><i class="iconfont icon-fangdajing"></i></button></form></li> 
            </ul>
            <div class="cl"></div>
        </div>
    </div>
</header>



<div id="banner_home">
    <div id="banner" class="owl-carousel"><div class="item"><a href=""><picture><source media="(max-width: 480px)" srcset="upload/201912/1575872412.jpg"><img src="upload/201912/1575872093.jpg" alt=""></picture></a></div><div class="item"><a href=""><picture><source media="(max-width: 480px)" srcset="upload/201912/1575871787.jpg"><img src="upload/201912/1575872318.jpg" alt=""></picture></a></div></div>
</div>
<div class="main">
    <div class="w_p_main">
        <div class="warper">
            <div class="in_pro">
                <div class="in_pro_block">
                    <div class="in_pro_l">
                        <h1 class="home_boxtit"><a href="products/">Product <span>Category</span></a></h1>
                        <p>Our products range not only including commodity grade refractories like fire bricks but also including special functional products for continuous casting process at steel making, such as slide plate, submerged nozzles, monoblock stoppers and ladle shrouds.</p>
                        <div class="more-btn"><a href="products/">ALL PRODUCTS</a></div>
                    </div>

                    <div class="in_pro_r">
                        <ul class="in_pro_ul"><li><div class="in_pro_li"><h3><a href="products/Shaped_Refractories_1.html">Shaped Refractories</a></h3><div class="in_pro_pic"><a href="products/Shaped_Refractories_1.html"><img src="upload/201911/1573261927.png"></a></div><dl><dd><a href="products/Magnesia_Carbon_Brick.html" title="Magnesia Carbon Brick">Magnesia Carbon Brick</a></dd><dd><a href="products/High-Alumina_Brick.html" title="High-Alumina Brick">High-Alumina Brick</a></dd><dd><a href="products/Magnesia_Alumina_Spinel_Brick.html" title="Magnesia Alumina Spinel Brick">Magnesia Alumina Spinel Brick</a></dd><dd><a href="products/Magnesia-Alumina_Brick.html" title="Magnesia-Alumina Brick">Magnesia-Alumina Brick</a></dd><dd><a href="products/Clay_brick.html" title="Clay Brick">Clay Brick</a></dd><dd><a href="products/Magnesia_Brick.html" title="Magnesia Brick">Magnesia Brick</a></dd></dl></div></li><li><div class="in_pro_li"><h3><a href="products/Monolithic_Refractories_1.html">Monolithic Refractories</a></h3><div class="in_pro_pic"><a href="products/Monolithic_Refractories_1.html"><img src="upload/201911/1573261978.png"></a></div><dl><dd><a href="products/Alumina_Castable.html" title="Alumina Castable">Alumina Castable</a></dd><dd><a href="products/Lightweight_Insulating_Castable.html" title="Lightweight Insulating Castable">Lightweight Insulating Castable</a></dd><dd><a href="products/Magnesite_Ramming_Mass.html" title="Magnesite Ramming Mass">Magnesite Ramming Mass</a></dd><dd><a href="products/Magnesia_Gunning_Mixes.html" title="Magnesia Gunning Mixes">Magnesia Gunning Mixes</a></dd><dd><a href="products/Low_Cement_Castable.html" title="Low Cement Castable">Low Cement Castable</a></dd><dd><a href="products/Silica_Ramming_Mass.html" title="Silica Ramming Mass">Silica Ramming Mass</a></dd></dl></div></li><li><div class="in_pro_li"><h3><a href="products/Refractories_Raw_Material_1.html">Refractories Raw Material</a></h3><div class="in_pro_pic"><a href="products/Refractories_Raw_Material_1.html"><img src="upload/201911/1573262498.png"></a></div></div><div class="in_pro_li"><h3><a href="products/Welding_Consumables_1.html">Agglomerated SAW Flux</a></h3><div class="in_pro_pic"><a href="products/Welding_Consumables_1.html"><img src="upload/201911/1573262603.png"></a></div></div><div class="in_pro_li"><h3><a href="products/products_27_1.html">SAW WIRE</a></h3><div class="in_pro_pic"><a href="products/products_27_1.html"><img src="upload/202204/1651030286.jpg"></a></div></div><div class="in_pro_li"><h3><a href="products/products_28_1.html">MIG WIRE ER70S-6</a></h3><div class="in_pro_pic"><a href="products/products_28_1.html"><img src=""></a></div></div></li></ul>
                    </div>
                </div>
            </div>
        </div>
        <div class="in_ab">
            <div class="warper">
                <h1 class="home_boxtit">
	<a href="https://www.hxref.com/about/">ABOUT <span>HX</span></a></h1>
<div class="more-btn">
	<a href="https://www.hxref.com/about/">READ MORE</a></div>
<div class="lcon">
	<div class="in_ab_lbox">
		<a href="https://www.hxref.com/about/"><img src="https://www.hxref.com/templates/huaxiang/images/ab_bg1.jpg" /> </a>
		<div class="maskbox">
			<h2>
				<a href="https://www.hxref.com/about/">Full range refractory manufacturer</a></h2>
			<p>
				<a href="https://www.hxref.com/about/">As one of the leading full range refractories manufacturer in China, HX Refractories Co.,Ltd was established in 2001, in Zhengzhou City, Henan province .</a></p>
		</div>
	</div>
	<div class="in_ab_lbox">
		<a href="https://www.hxref.com/about/"><img src="https://www.hxref.com/templates/huaxiang/images/ab_bg2.jpg" /> </a>
		<div class="maskbox">
			<h2>
				<a href="https://www.hxref.com/about/">Solution provider</a></h2>
			<p>
				<a href="https://www.hxref.com/about/">By working closely with our customers, we are acting not just as a refractories supplier; but as a solution provider to where they are looking for improvements. </a></p>
		</div>
	</div>
</div>
<div class="rcon">
	<a href=""><img src="https://www.hxref.com/templates/huaxiang/images/video.jpg" /></a></div>
                <div class="cl"></div>
            </div>
            <div class="data">
                <div class="warper">
                    <ul>
	<li>
		<h5>
			323,000 <span>m&sup2;</span></h5>
		<img src="https://www.hxref.com/templates/huaxiang/images/data-icon1.png" />
		<p>
			Company Area</p>
	</li>
	<li>
		<h5>
			225,000 <span>Tons</span></h5>
		<img src="https://www.hxref.com/templates/huaxiang/images/data-icon2.png" />
		<p>
			Output</p>
	</li>
	<li>
		<h5>
			1200+ <span>Employees</span></h5>
		<img src="https://www.hxref.com/templates/huaxiang/images/data-icon3.png" />
		<p>
			Existing Employees</p>
	</li>
	<li>
		<h5>
			831 <span>Million RMB</span></h5>
		<img src="https://www.hxref.com/templates/huaxiang/images/data-icon4.png" />
		<p>
			Annual Sales Income</p>
	</li>
</ul>
                </div>
            </div>
            <div class="in_app">
                <div class="warper"><h1 class="home_boxtit">
	<a href="https://www.hxref.com/industrial/"><span>APPLICATION</span> FIELD</a></h1>
<p>
	Widely used in cement industry, steel industry, petrochemical industry,<br />
	boiler industry, glass industry, aluminum industry, lime and other industries</p></div>
            </div>
            <div class="in_hotpro">
                <div class="warper">
                    <h1 class="home_boxtit"><a href="products/"><span>HOT</span> PRODUCTS</a></h1>
                    <div class="more-btn"><a href="products/">Read More</a></div>
                    <div class="hot-swiper">
                        <div id="hot-swiper" class="owl-carousel">
                            <div class="item"><a href="products/Magnesia_Carbon_Brick.html"><div class="hot-item"><div class="hot-item-pic"><img src="../upload/201911/thumb/1574230795.jpg"></div><div class="hot-item-text"><h4>Magnesia Carbon Brick</h4><p>Description :
HX series of magnesia carbon brick is accordi...</p></div></div></a></div><div class="item"><a href="products/High-Alumina_Brick.html"><div class="hot-item"><div class="hot-item-pic"><img src="../upload/201911/thumb/1574250013.jpg"></div><div class="hot-item-text"><h4>High-Alumina Brick</h4><p>Description :
High alumina brick with high refractoriness u...</p></div></div></a></div><div class="item"><a href="products/Alumina_Castable.html"><div class="hot-item"><div class="hot-item-pic"><img src="../upload/201912/thumb/1577340599.jpg"></div><div class="hot-item-text"><h4>Alumina Castable</h4><p>Description :
It has the characteristics of high density,hi...</p></div></div></a></div><div class="item"><a href="products/Lightweight_Insulating_Castable.html"><div class="hot-item"><div class="hot-item-pic"><img src="../upload/201912/thumb/1577772712.jpg"></div><div class="hot-item-text"><h4>Lightweight Insulating Castable</h4><p>Description :
It has the characteristics of light weight,go...</p></div></div></a></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="in_pdc">
            <div class="warper">
                <h1 class="home_boxtit">
	<a href=""><span>Production</span> line</a></h1>
<ul class="in_pac_ul">
	<li>
		<div class="in_pac_libox">
			<img src="https://www.hxref.com/templates/huaxiang/images/pro-linepic1.jpg" />
			<div class="in_pac_top">
				Production equipment</div>
			<div class="in_pac_icon">
				<img src="https://www.hxref.com/templates/huaxiang/images/pro-lipic1.png" /></div>
		</div>
	</li>
	<li>
		<div class="in_pac_libox">
			<img src="https://www.hxref.com/templates/huaxiang/images/pro-linepic2.jpg" />
			<div class="in_pac_top">
				Experimental equipment</div>
			<div class="in_pac_icon">
				<img src="https://www.hxref.com/templates/huaxiang/images/pro-lipic2.png" /></div>
		</div>
	</li>
	<li>
		<div class="in_pac_libox">
			<img src="https://www.hxref.com/templates/huaxiang/images/pro-linepic3.jpg" />
			<div class="in_pac_top">
				Construction team</div>
			<div class="in_pac_icon">
				<img src="https://www.hxref.com/templates/huaxiang/images/pro-lipic3.png" /></div>
		</div>
	</li>
	<li>
		<div class="in_pac_libox">
			<img src="https://www.hxref.com/templates/huaxiang/images/pro-linepic4.jpg" />
			<div class="in_pac_top">
				Transport packaging</div>
			<div class="in_pac_icon">
				<img src="https://www.hxref.com/templates/huaxiang/images/pro-lipic4.png" /></div>
		</div>
	</li>
</ul>
                <div class="cl"></div>
            </div>
        </div>

        <div class="in_Case">
            <div class="warper">
                <h1 class="home_boxtit"><a href="case/"><span>Successful</span> case</a></h1>
                <ul class="in_case_icon"><li><a href="javascript:;" data-tab="tab-1" class="cur"><img src="../upload/202001/thumb/1578297187.jpg"></a></li><li><a href="javascript:;" data-tab="tab-2" ><img src="../upload/202001/thumb/1578297787.jpg"></a></li><li><a href="javascript:;" data-tab="tab-3" ><img src="../upload/202001/thumb/1578297235.jpg"></a></li><li><a href="javascript:;" data-tab="tab-4" ><img src="../upload/202001/thumb/1578297486.jpg"></a></li></ul>
                <div class="in_case_text"><div class="case_text_li tab-1" style="display: block;"><b></b><h2>HXF1 Aluminum Electrolytic Cell Heat Preservation Impervious...</h2><p>Electrolytic cell cathode lining,replacing refractory brick ... </p><div class="in_case_more"><a href="case.html">Read More</a></div></div><div class="case_text_li tab-2" ><b></b><h2>3HXF1 Aluminum Electrolytic Cell Heat Preservation Imperviou...</h2><p>Electrolytic cell cathode lining,replacing refractory brick ... </p><div class="in_case_more"><a href="case.html">Read More</a></div></div><div class="case_text_li tab-3" ><b></b><h2>2HXF1 Aluminum Electrolytic Cell Heat Preservation Imperviou...</h2><p>Electrolytic cell cathode lining,replacing refractory brick ... </p><div class="in_case_more"><a href="case.html">Read More</a></div></div><div class="case_text_li tab-4" ><b></b><h2>HXF1 Aluminum Electrolytic Cell Heat Preservation Impervious...</h2><p>Electrolytic cell cathode lining,replacing refractory brick ... </p><div class="in_case_more"><a href="case.html">Read More</a></div></div></div>
            </div>
            <div class="case-pic-box"><div class="case_pic_li tab-1" style="display: block;"><img src="../upload/202001/1578297187.jpg"></div><div class="case_pic_li tab-2" ><img src="../upload/202001/1578297787.jpg"></div><div class="case_pic_li tab-3" ><img src="../upload/202001/1578297235.jpg"></div><div class="case_pic_li tab-4" ><img src="../upload/202001/1578297486.jpg"></div></div>
        </div>
    </div>
    <div class="in_sec">
        <div class="warper">
            <h1 class="home_boxtit"><a href="industrial/"><span>Industrial</span> Sectors</a></h1>
            <ul class="in_sec_ul"><li><a href="industrial/industrial7.html"><div class="lcon"><div class="in_secpic"><img src="../upload/202405/thumb/1716798537.jpg"></div></div><div class="rcon"><div class="in_sectext"><h3>Zhengzhou Huaxiang: Transforming and Upgrading to Meet Chall...</h3><p>Zhengzhou Huaxiang Refractory Co., Ltd. has taken the initiative to achieve the goal of green, clean, and intellige</p><div class="btn">Read More <h6 class="iconfont icon-jiantou7-copy"></h6></div></div></div></a></li><li><a href="industrial/industrial8.html"><div class="lcon"><div class="in_secpic"><img src="../upload/202502/thumb/1739342860.jpg"></div></div><div class="rcon"><div class="in_sectext"><h3>Upgrade and renovation of dust-free fully automated producti...</h3><p>&nbsp; &nbsp; Our company&#39;s dust-free fully automated production workshop has been fully upgraded and renovated; Our factory has 10 new booster brick presses, including 2 2500 ton hydraulic brick </p><div class="btn">Read More <h6 class="iconfont icon-jiantou7-copy"></h6></div></div></div></a></li></ul>
            <div class="more-btn"><a href="industrial/">Read More</a></div>
        </div>
    </div>
</div>
<script type="text/javascript" src="templates/huaxiang/js/owl.carousel.min.js"></script>


<footer>
    <div class="warper footer">
        <ul class="footer-iconbox"><li><a href="products/Shaped_Refractories_1.html"><div class="footer-icon"></div>Shaped Refractories</a></li><li><a href="products/Monolithic_Refractories_1.html"><div class="footer-icon"></div>Monolithic Refractories</a></li><li><a href="products/Refractories_Raw_Material_1.html"><div class="footer-icon"></div>Refractories Raw Material</a></li><li><a href="products/Welding_Consumables_1.html"><div class="footer-icon"></div>Agglomerated SAW Flux</a></li><li><a href="products/products_27_1.html"><div class="footer-icon"></div>SAW WIRE</a></li><li><a href="products/products_28_1.html"><div class="footer-icon"></div>MIG WIRE ER70S-6</a></li></ul>
        <div class="footer-con">
            <div class="lcon"><h3>
	CONTACT US</h3>
<ul class="footer-con-table">
	<li>
		<h6 class="iconfont icon-addressbook">
			&nbsp;</h6>
		<div class="icon_text">
			<span>Contact:</span>
			<p>
				Xiang Liu</p>
		</div>
	</li>
	<li>
		<h6 class="iconfont icon-youjian">
			&nbsp;</h6>
		<div class="icon_text">
			<span>Email:</span>
			<p>
				<a href="mailto:[email protected]">[email protected]&nbsp;</a></p>
		</div>
	</li>
	<li>
		<h6 class="iconfont icon-shouji">
			&nbsp;</h6>
		<div class="icon_text">
			<span>Whatsapp:</span>
			<p>
				<a href="http://api.whatsapp.com/send?phone=008613503820738">Click here</a></p>
		</div>
	</li>
	<li>
		<h6 class="iconfont icon-dianhua">
			&nbsp;</h6>
		<div class="icon_text">
			<span>Tel:</span>
			<p>
				<a href="tel:+86 0371 56511161">+86 0371 56511161</a></p>
		</div>
	</li>
	<li>
		<h6 class="iconfont icon-socialskypeoutline">
			&nbsp;</h6>
		<div class="icon_text">
			<span>Skype:</span>
			<p>
				<a href="skype:liux8921?chat">liux8921</a></p>
		</div>
	</li>
	<li>
		<h6 class="iconfont icon-chuanzhen">
			&nbsp;</h6>
		<div class="icon_text">
			<span>Fax:</span>
			<p>
				<a href="tel:+86 0371 56506017">+86 0371 56506017</a></p>
		</div>
	</li>
	<li>
		<h6 class="iconfont icon-dizhi-copy">
			&nbsp;</h6>
		<div class="icon_text">
			<span>Address:</span>
			<p>
				No.40,Gongye Road,Shangjie District,Zhengzhou City,Henan Province, 450041,China</p>
		</div>
	</li>
</ul>
<br /></div>
            <div class="rcon">
                <h3>Leave a message</h3><script language='javascript'>function foot_Checkfeedbacks(){ var email = document.foot_forms.para116.value;
var pattern = /^([a-zA-Z0-9]+[_|\_|\.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\_|\.]?)*[a-zA-Z0-9]+\.[a-zA-Z]{2,3}$/;
chkFlag = pattern.test(email); if(!chkFlag){
alert('Email is error! !');
   document.foot_forms.para116.focus(); return false;}
if (document.foot_forms.para118.value.trim().length == 0) {
alert('Message is Empty');
document.foot_forms.para118.focus();
return false;}
};</script><form action="feedback/index.php?action=add&lang=en" method="post" onSubmit="return foot_Checkfeedbacks();" name="foot_forms" ><input type="text" name="para115" placeholder="Name"><input type="mail" name="para116" placeholder="E-mail*"><input type="tel" name="para117" placeholder="Phone"><textarea name="para118" rows="6" placeholder="Message*"></textarea><button type="submit">Send Messages</button><input type='hidden' name='lang' value='en' /><input type='hidden' name='ip' value='135.181.60.100' /><input type='hidden' name='fdtitle' value='foot_feedback' /><input type='hidden' name='id' value='5' /></form>
            </div>
        </div>
    </div>
    <div class="copyright">
        <div class="warper">
            <div class="lcon">
                <div class="media"><a href="https://www.hxref.com/products/" title="youtube" target="_blank" class="iconfont icon-youtube blue"></a><a href="https://www.hxref.com/products/" title="facebook" target="_blank" class="iconfont icon-facebook sblue"></a><a href="https://www.hxref.com/products/" title="twitter" target="_blank" class="iconfont icon-twitter qblue"></a><a href="https://www.hxref.com/products/" title="linkedin" target="_blank" class="iconfont icon-in red"></a></div>
            </div>
            <div class="rcon">
                Copyright © 2019 Zhengzhou Huaxiang  Refractories Co.,Ltd.All Rights Reserved.&nbsp;<a href="https://www.mituo.cn" rel="nofollow" target="_blank">Powered by MetInfo</a>
            </div>
        </div>
    </div>
</footer>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W3QTGDM"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>                               

Whois info of domain

Domain Name: HXREF.COM
Registry Domain ID: 2045182030_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.paycenter.com.cn
Registrar URL: http://www.xinnet.com
Updated Date: 2022-07-18T07:48:35Z
Creation Date: 2016-07-22T03:46:40Z
Registry Expiry Date: 2025-07-22T03:46:40Z
Registrar: Xin Net Technology Corporation
Registrar IANA ID: 120
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.4008182233
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS11.XINCACHE.COM
Name Server: NS12.XINCACHE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T07:59:35Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass