Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

I am getting 400 "Bad Request" when add # to url

Arvind Choudhary October 11, 2019

I am using HttpWebRequest to check url validation but whenever i add # to url i am getting 400 "Bad request" even the url is correct.

 

HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(url);            request.Method = "GET";            var response = (HttpWebResponse)request.GetResponse();            return (response.StatusCode == HttpStatusCode.OK);

 

Url:-www.abc.com/#divBar

1 answer

1 accepted

0 votes
Answer accepted
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 7, 2021

I think it's obsolete request :(
Because the product (Hipchat, Stride) is not used anymore,
So sad to find questions without replies

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events