Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
72 views

Do consumer routers with deep packet inspection for HTTP traffic exist? [closed]

I'm looking at my network's outbound HTTP traffic. My router, a Linksys WRT350N, provides only minimal traffic logging. The log isn't saved anywhere, and only the source and destination IP addresses ...
0
votes
0answers
26 views

When I try to access Google+, I get Error 404 (Not Found)!!1 [closed]

https://plus.google.com/u/0/?tab=wX 404. That’s an error. The requested URL was not found on this server. That’s all we know. How to fix this problem? When I access ...
2
votes
1answer
18 views

How can I edit RSS feed address/URL in Apple Mail?

I would like to know how I can easily edit / modify / change the address of an RSS feed URL / address in Apple Mail? I am on OS X 10.6.8, Mail 4.5. I found info on how to use terminal to export the ...
2
votes
2answers
79 views

How to prevent Firefox converting 'localhost/*' URLs into search queries?

Since upgrading from Firefox 3.6.x, my address bar has a quirk that never used to be there. When I type in, for example: localhost/my_dir/index.php Firefox turns it into a search query, my search ...
5
votes
1answer
75 views

Where are possible fragments in Excel URLs documented?

When creating links to Excel files it is possible to add a fragment to the URL in order to specify a specific location (e.g. a certain sheet) which should be opened when the link is followed. See, for ...
1
vote
1answer
20 views

How can I get Automator to open a URL in the current Safari tab?

My current code involves a "Watch Me Do" block recording a ⌘ W keystroke and then opening the new URL, but that's kind of kludgy. Is there any way I can use Automator to open a URL within the current ...
0
votes
3answers
68 views

How to remove URL embedded in PDF document? (dialog “the document is trying to connect to” appears)

I have an Adobe PDF document which when opened displays a warning dialog with the words "the document is trying to connect to" followed by a certain URL. I choose the "Block" option to try to be ...
1
vote
0answers
64 views

how to sanitize a google search resault link? [closed]

i frequently send links from google results, sometimes posting them online. how can i "clean" a search link like this link (search result from Google image for ) ...
0
votes
2answers
48 views

How to get the URL of the frame in chrome browser

I want to check my URL is correct redirected (parameter etc.) in Chrome. In the address bar only the main URL is listed. In IE all you need is right-click -> Properties. How to obtain the same in ...
1
vote
2answers
87 views

System-Wide Transparent Proxying Using URL Patterns

Internet censorship -where I live- has almost turned web unusable so I decided to setup a transparent proxy using Tor for my home network. ince Tor is so slow -here- proxying all traffic through Tor ...
-3
votes
1answer
105 views

When I open some websites its being displayed WW2 instead of WWW. Why? [closed]

Possible Duplicate: What does wwws mean? When I open some websites its being displayed WW2 instead of WWW. What it means and why?
0
votes
1answer
44 views

Apache adds /var/www to js file path

I'v got a problem. Client has VPS and we transfered magento system to it. The problem is that if for example path to magento is /var/www/magento and there is some file in it like ...
0
votes
1answer
36 views

How to set the DNS server use for a VPN connection

I have Windows XP and I connect to a VPN. However for some reason when I'm connected the system is using broken DNS from work. That means I can only go to websites by IP address. I would like to ...
0
votes
1answer
45 views

hyperlinks >995 characters are not clickable in Outlook 2007

In my C# app, I am sending an HTML email in which the mail body contains a hyperlink that exceeds 1000 characters. When the email is received in Outlook 2007, it appears as a link (blue & ...
3
votes
3answers
68 views

Copy title attribute from <a title=…> to clipboard in Chrome

On Twitter, users use short URLs (ie: http://t.co/DPbRAjVM). The title attribute of the <a href="..." title="..."> tag is the actual URL. Is there a Chrome extension that you can use to copy ...
5
votes
4answers
143 views

Username in the address for an FTP site

I have set up a number of an FTP sites using IIS7.5. The sites use hostnames to differentiate between them. One drawback of using hostnames is that you have to pass the address of the ftp site into ...
1
vote
1answer
43 views

How can I change (locally) a hyperlink on a site to point to a different location? Opera, Windows XP

How can I change all instances of a hyperlink pointing to, say, domain_address_a, to point to domain_address_b (still a string address, not an IP address, both URLs in this case belong to the same ...
1
vote
1answer
65 views

How do I make Chrome accept “.test” as a valid TLD?

When I enter, say, xyz.test in the Chrome address bar, then Chrome initiates a search. How do I make Chrome always treat .test as a top level domain, just like .com and all the others? I know that I ...
89
votes
1answer
2k views

What is the reason that file URLs start with three slashes: “file:///” etc?

I was wondering why file URLs have 3 slashes in front. For example, if I were to read a pdf file using chrome, the URL would be file:///D:/Desktop/Book.pdf. This seems totally unnecessary. Since ...
3
votes
3answers
45 views

Redirected: Is there a way to “grab” urls I'm being redirected through?

Let's say I'm visiting yourwebsite.com which redirects to somethingelse.com which redirects to somethingdifferent.com before taking me to finalpage.com. All of this happens in an instant, so quickly ...
0
votes
1answer
33 views

What is the difference between hitting the GO button in IE and hitting Enter key directly after pasting a URL?

What is the difference between hitting the GO button and hitting the Enter key directly after pasting a URL in the address bar of Internet Explorer? In my cases, for the first time in Internet ...
0
votes
1answer
69 views

Why can't Gmail view an image whose URL comes from google charts?

Here is an image generated from google's chart API. The url to generate the image is: ...
5
votes
1answer
296 views

How to prevent Firefox from hiding the 'http://' URL prefix?

I upgraded to Firefox 7.0.1 and the 'Google Shortener' stops working. I think this happens because in Firefox 7.0.1 the http:// URL prefix is now hidden by default. How do I get the http:// back in ...
2
votes
1answer
43 views

How is Apache mapping files without extensions?

My local dev setup is mapping things like http://mydomain.dev/testhtmlpage to testhtmlpage.html and http://mydomain.dev/testphppage to testphppage.php. The browser stays on the orginally enter URL. ...
1
vote
0answers
238 views

wget -S fails with a ERROR 503: Service Unavailable, and X-Squid-Error: ERR_CONNECT_FAIL 111

I get the same error message even when I use the --no-proxy option. I have removed all the identifying ips and servers urls for security reasons. wget -v -S --no-proxy ...
2
votes
1answer
90 views

IIS URL Rewrite 2 installed but cant find it

My company had their website built in asp.net and for SEO purposes we want to change the URLS and asked the company who built the site if we could do it ourselves. They said use IIS URL Rewrite 2. ...
2
votes
0answers
61 views

Custom URI Scheme link rendering in Lotus Notes

I have an application which registers a custom URI scheme along the lines of: myapp://action?parameter=value The handler works well, and using Microsoft software, and software deriving ...
8
votes
1answer
597 views

How can I unhide the http:// in Firefox 7?

I've recently switched to FF7 through the Aurora PPA on KUbuntu. For whatever reason, they've decided to start removing http:// from the address bar: Whenever I edit a link (so that I can paste it ...
1
vote
2answers
122 views

URL to access webpage on Xampp?

I installed xampp and made sure config file listens to port 80. I forwarded the http port from the router to the correct computer ip. Now I am trying to access the index.html like this from another ...
0
votes
2answers
62 views

Correct URL to access webpage on xampp

I installed xampp and made sure config file listens to port 80. I forwarded the http port from the router to the correct computer ip. Now I am trying to access the index.html like this from another ...
5
votes
2answers
151 views

How can I open a URL on a schedule in the default browser?

I'm looking for a mechanism to open a single URL in the user's current default browser on a schedule/recurring basis. I know that if I was writing .Net code to do this, I could simply do something ...
1
vote
1answer
37 views

Use XML data from an online URL as data source InDesign

I'm looking to use XML in InDesign that comes from a live url as it's constantly updating from a database. I know I can download the XML and import it from the desktop but does anyone know how to ...
1
vote
1answer
60 views

Aside from shortening URLs and making them nicer to look at, what do you get from URL shorteners that you can't get from direct URLs?

Aside from shortening URLs (for character limitations like in Twitter) and making them nicer to look at, what do you get from URL shorteners that you can't get from direct URLs? I'd specifically like ...
3
votes
3answers
588 views

Can you launch Remote Desktop via URL?

Is it possible to have a URL that launches a remote desktop session? I realize it may be considered a security vulnerability for some, but the convenience would really save me a lot of time. I ...
0
votes
1answer
81 views

Create a stream file from online radio stream URL

I have an URL from an online radio stream. I use it in VLC to listen to it. However every time i want to listen to it I need to manually input it in the "Media -> Open Network Stream...". I want to ...
0
votes
1answer
60 views

Confluence: How do I create a link that contains special characters?

How can I add a link to http://icu-project.org/apiref/icu4j/com/ibm/icu/text/MessageFormat.html#format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition) to a confluence page? The ...
0
votes
0answers
403 views

Basic authentication in Internet Explorer 9

By default, Internet Explorer disables URLs containing user credentials such as: http://username:password@example.com/ As documented here, there is a workaround to make Internet Explorer support ...
0
votes
0answers
24 views

Can Mediawiki serve data embedded in page content? [closed]

I'm looking for something like: Source of /?FooData: <data id="abc"> .......... .......... .......... </data> And then be able to point to it directly with something along the lines of ...
7
votes
2answers
101 views

Xargs and Wget stops working after an hour

Running script with Cygwin on Windows XP with Dual Core and 4GB Ram cat url_list.txt | xargs -P50 wget -i I am trying to trawl through 4GB of URL to download (approx 43 Million) Works okay for ...
0
votes
1answer
66 views

How to block access to https URLs by regex on OS X?

Is there any way in which I can, on OS X, effectively block against access (by browsers or potentially any process) to secure URLs by regex? E.g. deny access to: https://example.com/foo/bar/.* but ...
1
vote
1answer
125 views

How do I tell NoScript not to freak out when the Visual Studio help system calls up an MSDN web page in Firefox?

So, I'm merrily using Visual Studio 2010 Express and it's configured to get its help from the Web. I have some doubts on how some language feature works and I press F1 with the cursor on it. VS calls ...
0
votes
1answer
107 views

Extension to auto copy URL

If I want to copy URL of current web page i have select the address from address bar and press "Ctrl + C". But is there any way, if no text is selected on a web page, when I press "Ctrl + C", it will ...
1
vote
3answers
428 views

Symlink to a URL

Is there any way to create a symbolic link to a URL? Update: I need to symlink it to an HTTP URL. Update: The reason I want to do this is so that I can move this symlink to another computer without ...
1
vote
1answer
160 views

Special characters in chrome

If I search for something containing non-ASCII characters from the address bar, using Google as the default search engine, any result that features the special characters in its URL is broken (the URL ...
1
vote
2answers
341 views

What are the common URL parameters I can use against an RSS feed?

I am trying to get a list of query parameters used in common RSS feeds. For example , if I was to query an rss feed as http://www.anySite.com/articles/ as an rss and I want the first 5 articled how ...
0
votes
1answer
109 views

Focus URL in Firefox - 100% guaranteed way

How can I guaranteed, 100% ,absolutely etc. focus URL in Firefox browser? If there is Flash on page that focus is on it and CTR-L doesn't focus URL.
0
votes
1answer
110 views

ImageMagick cannot use identify on remote image if it contains a port number

I am having trouble using exec identify on a remote image with imagemagick if the url contains a port number. So the url appears like this: http://isite.com:81/image.jpg If I remove the :81 it works. ...
2
votes
3answers
189 views

Full URI to a file on another machine in our local network?

On our small-business Windows XP network, I have a file in f:\MyDir\SubDir\text.doc What would be the URI for that file while I'm on another machine.... if all I knew was that machine's IP address, ...
3
votes
1answer
179 views

Windows 7 Search: Treat “.url” files as “Programs”

Is there a way to configure Windows 7 search (on the Start menu -- the "Search Programs and Files" field) to treat files of type ".url" as "Programs"? The reason I ask -- I want to be able to enter ...
1
vote
1answer
652 views

where does Speed Dial firefox extension store user bookmarks'?

I've lost my URLs in Speed Dial. However I have found what appears to be a backup file (extension .speedial). How can I restore my URLs from this file? Where does Speed Dial store its user ...

1 2 3