Movatterモバイル変換


[0]ホーム

URL:


  1. Home
  2. Reference documentation
  3. VCL reference
  4. Variables in VCL
  5. Client request

req.url.ext

STRING, read-only.

Available inall subroutines.

The file extension specified in a URL.

If multiple file extensions are present, only the last extension is used. Forexample, given the path/foo.bar.txt,req.url.ext would betxt. If no fileextension is present, the value will be an empty string.

This variable is updated any timereq.url is set.

Example

In the requestwww.example.com/index.html?a=1&b=2,req.url.ext willcontainhtml.

Try it out

req.url.ext is used in the following code examples. Examples apply VCL to real-world use cases and can be deployed as they are, or adapted for your own service. See thefull list of code examples for more inspiration.

Click RUN on a sample below to provision a Fastly service, execute the code on Fastly, and see how the function behaves.

Create image transform presets

Use custom, predefined classnames like large, medium, small, teaser, thumb, or article to control Fastly Image Optimizer and optionally prevent end-user access to native properties like 'width'.

Deny access to certain file types

Check for specific URL extensions and deny access with a 403.


[8]ページ先頭

©2009-2025 Movatter.jp