Coder Social home page Coder Social logo

Comments (6)

Download avatar Download commented on May 8, 2024 2

Just for future viewers: The client-side redirect equivalent would just be:

location = 'http://app.example.io';

which would send the user away to the other site.

from universal-router.

jordan112 avatar jordan112 commented on May 8, 2024

and just a FYI, not talking about just a simple link that user clicks, this would be a redirect done programmatically. I'm using the React Starter Kit

from universal-router.

langpavel avatar langpavel commented on May 8, 2024

You don't want redirection on HTTP level, right? Just user click and (do you want to track him?) will be redirected. It's plain old <a href="..."></a>.

Yeah, you wish track user?

from universal-router.

jordan112 avatar jordan112 commented on May 8, 2024

so not a plain . Want to accomplish this programmatically. For example, a user clicks the sign out link....that goes to the server server, logs out, kills tokens, what not, then i redirect the user to a different site. I believe react-router, something to this affect, just to illustrate an example:

router.redirectTo('http://www.google.com')

from universal-router.

langpavel avatar langpavel commented on May 8, 2024

Hmm, I'm not sure.. User click just one time, I am right? .... Who cares... just.. what do you want from universal-router? I'm still don't catching your point.. You can redirect outside by many ways. Do you asking or trying?

from universal-router.

jordan112 avatar jordan112 commented on May 8, 2024

Actually, the more i think about it, this isn't a universal router issue, rather just a straight up node.js redirect

res.redirect('http://app.example.io');

http://stackoverflow.com/questions/28352871/in-express-how-do-i-redirect-a-user-to-an-external-url

Closing this issue. Thanks for the feedback.

from universal-router.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.