I want to mask the redirect url in address bar, I am using this code
from flask import Flask, redirect app = Flask(__name__) @app.route("/new_url"