When i try to execute a query, a html page is loading in response side

I tried to execute a query, but in the response side, one HTML file is loading instead of error or results. but the same query yields results in different environment. Kindly help me on this.
Thanks in advance.

Could you share a screenshot?

Access to this site is blocked body { font-family: Arial, Tahoma, Verdana; font-size: 14px; background: #676465; }
	img { border: 0; }

	p {
		padding: 24px 0 0 0;
		margin: 0;
		line-height: 200%;
	}

	a{
		color: #2093CF;
	}
	a:hover {
		color: #437eb6;
	}
	a:active {
		color: #0A64AA;
	}

	.groupboxContainer {
		background: #fff;
		border: solid 1px #ccc;
		border-spacing: 0;
		border-collapse: separate;
		position: fixed;
		width: 780px;
		top: 40%;
		left: 50%;
		margin-top: -90px;
		margin-left: -380px;
	}

	.groupboxTitle {
		color: #000000;
		font-size : 14px;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 12px 3px 0 12px;
		white-space : nowrap;
		border-bottom: 1px solid #ccc;
		background: #e6e6e6;
		background: -moz-linear-gradient(top, #fff,#e6e6e6);
		background: -webkit-linear-gradient(top, #fff,#e6e6e6);
		background: linear-gradient(#fff,#e6e6e6);
		height: 40px;
	}

	.groupboxTitleIcon {
		vertical-align: middle;
		background: url("../../images/defaultErrorPage/block_security-icon.png") no-repeat;
		width: 24px;
		height: 24px;
		margin-top: -4px;
		margin-right: 8px;
	}

	.groupboxTitleText {
		display: inline-block;
	}

	.groupboxBody {
		padding: 0 24px;
	}

	.btn {
		outline: none;
		box-sizing: border-box;
		min-width: 80px;
		height: 24px;
		padding: 0 20px;
		margin: -2px 8px 0 8px;
		background: #e6e6e6;
		background: -moz-linear-gradient(top, #f9f9f9, #e6e6e6);
		background: -webkit-linear-gradient(top, #f9f9f9, #e6e6e6);
		background: linear-gradient(#f9f9f9, #e6e6e6);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #252525;
		border: 1px solid #a6a6a6;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
	}

	.btn:hover, .btn:focus {
		background: #f2f2f2;
		background: -moz-linear-gradient(top, #fff, #f2f2f2);
		background: -webkit-linear-gradient(top, #fff, #f2f2f2);
		background: linear-gradient(#fff, #f2f2f2);
	}

	.btn:active {
		background: #ccc;
		background: -moz-linear-gradient(top, #ccc, #f2f2f2);
		background: -webkit-linear-gradient(top, #ccc, #f2f2f2);
		background: linear-gradient(#ccc, #f2f2f2);
	}

	.textLabel {
		display: inline-block;
		width: 90px;
		font-weight: bold;
	}

	.logoContainer {
		text-align: right;
		padding: 24px 0 16px 0;
		font-weight:bolder;
		font-size: 24px;
		color: #43b02a;
	}
</style>
Security risk blocked for your protection

Reason: The request was blocked because it violates corporate policy.

Options: Click or use the browser's Back button to return to the previous page.

FORCEPOINT

Sorry, I'm unable to upload the screenshot, it shows some error. "Sorry, there was an error uploading that file. Please try again." That's why i send the html file. Thanks for your Quick response

So you probably have a proxy. This message is not coming from elasticsearch.

Thanks a lot for your help dadoonet. Yes its a proxy issue. Many thanks for your support.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.