Re: Response.Redirect Custom Protocol, not http

Tech-Archive recommends: Fix windows errors by optimizing your registry



I do not see why it should not work...
You need to be more verbose.
When you saying that you "not seem to be able to redirect to a custom protocol" what exactly do you mean?
Do you know where problem is.
It might be in a browser when browser simply does not understand myprotocol://myurl or it might be in a ASP.NET if Response.Redirect tries to analyze the URL before sending to the browser

Install tool from Microsoft called http://www.fiddlertool.com/fiddler/ it will help you see what browser is getting from the server.

George.







"Nick" <a@xxxxx> wrote in message news:%23Iv54b$EJHA.5224@xxxxxxxxxxxxxxxxxxxxxxx
Hi there,

I would like to perform something like the following from my vb.net web service, being invoked via HTTP Post

Call HttpContext.Current.Response.Redirect("myprotocol://myurl")

Unfortunately I do not seem to be able to redirect to a custom protocol url, any ideas why? Basically I'm trying to implement this functionality so no coding need take place to get the redirection from the consuming web page.

Cheers for any advice.

Nick.


.



Relevant Pages

  • Re: Forms Based Authentication and the OpenWave Browsers
    ... Try taking this redirect out of the try...catch; ... > Authentication in cookie enabled WAP browsers. ... > Samsung Browser, Forms Authentication and RedirectFromLoginPage - This is ... > Open Wave Browser and Cookies - While regression testing my new change, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: ASP and NTFS
    ... then the browser needs to send the appropriate credentials in ... >If the browsers are Internet Explorer, and the user places the site into ... >Internet Explorer May Prompt You for a Password ... >> be able to redirect with the user name and password they already ...
    (microsoft.public.inetserver.iis.security)
  • Re: Redirection using .htaccess
    ... |>|>address bar of the browser is getting changed to the new url. ... |>|If a browser redirect is involved, what the browser chooses to display ... |>To stop the URL in the address bar from changing do not set the R flag ...
    (php.general)
  • Re: Question about ASP.NET threads: nuts & bolts
    ... if you call redirect and specify false for end response, only the status code header is updated, nothing is sent to the browser (unless buffering is turned off) until page processing is complete. ... btn_clickhandler is bound to the button's click event. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Redirect to multiple pages without displaying each page...
    ... not want the URL to display the page that it was being redirected to. ... > "You may want to redirect users from one Web Forms page to another ... > the user's browser does not know about the transfer, ... > This happens because the client cookie hasn't been updated yet since ...
    (microsoft.public.dotnet.languages.vb)