Bottle - Is it possible to retrieve URL without parameters?

M.E.

I have an URL of the form:

http://www.foo.com/bar?arg1=x&arg2=y

If I do:

request.url

I get:

http://www.foo.com/bar?arg1=x&arg2=y

Is it possible to get just http://www.foo.com/bar?

M.E.

Looks like request.urlparts.path might be a way to do it.

Full documentation here.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Codeigniter retrieve rewritten URL parameters

分類Dev

Angular JS - Retrieve URL parameters

分類Dev

Retrieve json parameters in current URL with php (and same name parameters)

分類Dev

Is it possible to read tweet-text of a tweet URL without twitter API?

分類Dev

Is it possible to make a call to an Azure API Rest url without a subscription key?

分類Dev

Servlet not retrieve parameters from AJAX call

分類Dev

Wordpress URL rewriting, parameters in URL

分類Dev

Is encapsulation possible without OOP?

分類Dev

ReplaceDocumentAsync without Document is that possible?

分類Dev

Append parameters to URL

分類Dev

URL Rewrite GET parameters

分類Dev

Iframe not passing url parameters

分類Dev

Server not responding to url with parameters

分類Dev

C function (without parameters) call with parameters

分類Dev

Is it possible to retrieve timezone in which time was saved in database?

分類Dev

Store information to retrieve them without querying the database

分類Dev

Retrieve information from a website without APIs

分類Dev

Possible to dispatch an action without connect?

分類Dev

Access url parameters of pwa address

分類Dev

Angular 6 passing in parameters into URL

分類Dev

301 redirect with query parameters and ~ in URL

分類Dev

Repeated URL post parameters issue

分類Dev

Two parameters for URL Rewrite in HTACCESS

分類Dev

URL regex matching for dynamic parameters

分類Dev

Parse URL Parameters into separate Columns

分類Dev

Hide request parameters in apex url

分類Dev

IE 10 removes url parameters

分類Dev

Flask not recognising two URL parameters

分類Dev

.htaccess Redirect from URL with parameters

Related 関連記事

ホットタグ

アーカイブ