Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3211966
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T14:47:21+00:00 2026-05-17T14:47:21+00:00

It seems that the generally accepted approach to launch a URL is to call

  • 0

It seems that the generally accepted approach to launch a URL is to call Process.Start, e.g.

var url = new Uri(uriString);
Process.Start(url.AbsoluteUri);

e.g. this was suggested here.

The problem with that is that if the URL is untrusted, bad things can happen. e.g. if the string is @”c:\windows\system32\notepad.exe”, the code above will launch notepad with no questions asked.

OTOH, if you try to launch a local executable like this in the browser, you get plenty of security checks before it happens.

So the question is: how can this be done safely programmatically in a clean way (in C#)?

Not-so-clean techniques we have considered:

  • look at the Uri protocol, and block anything that’s not http/https. This is hacky.
  • find the registered browser via some reg key, and launch it with the Uri on the cmd line. This type of code tends to be messy and unreliable with some browsers.

So I’m hoping for a technique that would be like a LaunchUrlThroughBrowser(url).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T14:47:22+00:00Added an answer on May 17, 2026 at 2:47 pm

    It appears that there is no great way to do this, short of manual filtering the URL, as explained in Safe Process.Start implementation for untrusted URL strings. So that might just be the way to go.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With SQLServer, it seems to be generally accepted that adding a SELECT SCOPE_IDENTITY() to
How ASP.NET compiles its assemblies generally confuses me. It seems that I cannot program
Seems that even after unchecking the option in the PyDev/Debug preferenecs pane to launch
I'm interested in the computational power of neural nets. It is generally accepted that
It is generally accepted that Javascript code should be wrapped in a function to
It seems to be the general opinion that tables should not be used for
The general consensus these days seems to be that you do not store binary
Reading through some of the questions here, the general concensus seems to be that
Seems that CPPPATH does not work env = Environment() target = 'app' sources =
Seems that requirements on safety do not seem to like systems that use AI

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.