-1

I need to insert a link to my comments in stackoverflow.

The domain of the url is a template something like --

http:// mydomain:host /etc/

The issue is that stackoverflow does not let me proceed if I were to add the above URL in my answers. Also if I try to force the addition by adding <> i.e. <http:// mydomain:host /etc/> Stack Overflow still does not let me.

How do I add such URLs?

7
  • Just add the URL: stackoverflow.com. You cannot add private URLs, like localhost, however. What specific URLs are you prevented from adding? Commented Oct 25, 2013 at 18:01
  • 3
    And are you asking about comments or answers? You use both terms in your question. Commented Oct 25, 2013 at 18:02
  • 1
    Also see Why are localhost and 127.0.0.1 links blocked?. Commented Oct 25, 2013 at 18:03
  • 1
    Last but not least, new users (with less than 10 reputation) can only post 2 hyperlinks per post, to prevent excessive spamming. Commented Oct 25, 2013 at 18:07
  • The URL is a template and not an actual url. Commented Oct 25, 2013 at 18:09
  • Then use backticks to quote it, like I used when I edited your question. Commented Oct 25, 2013 at 18:10
  • You mean something like http://mydomain:host/appext/ ? Thanks Martinj, that answers my question. Commented Oct 25, 2013 at 18:12

1 Answer 1

2

If you are trying to post sample URLs that are not meant to be actual hyperlinks, then post them with backticks to mark them as 'code-ish':

`http://localhost:1234/etc`

becomes: http://localhost:1234/etc.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.