Home
last modified time | relevance | path

Searched refs:referer (Results 1 – 25 of 41) sorted by relevance

12

/third_party/curl/docs/cmdline-opts/
Dreferer.d3 Long: referer
10 Example: --referer "https://fake.example" $URL
11 Example: --referer "https://fake.example;auto" -L $URL
12 Example: --referer ";auto" -L $URL
18 ";auto" to the --referer URL to make curl automatically set the previous URL
20 even if you do not set an initial --referer.
Dconfig.d52 referer = "http://nowhereatall.example.com/"
Dheader.d9 See-also: user-agent referer
DMakefile.inc211 referer.d \
/third_party/curl/tests/data/
Dtest20816 referer
39 …IP:%HTTPPORT/we/want/our/%TESTNUMBER#anchor --location --referer ';auto' --write-out '%{referer}\n'
Dtest106753 HTTP Location: following with auto-referer
56 …TPPORT/want/%TESTNUMBER --silent --location --referer "firstone.html;auto" --write-out "%{stderr}|…
Dtest59856 curl_easy_reset with referer and other strings set
Dtest97062 …rs":9,"num_redirects":0,"proxy_ssl_verify_result":0,"redirect_url":null,"referer":null,"remote_ip"…
Dtest97263 …rs":9,"num_redirects":0,"proxy_ssl_verify_result":0,"redirect_url":null,"referer":null,"remote_ip"…
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgsturidownloader.c462 const gchar * referer, gboolean compress, in gst_uri_downloader_set_uri() argument
480 if (referer || refresh || !allow_cache) { in gst_uri_downloader_set_uri()
483 if (referer) in gst_uri_downloader_set_uri()
484 gst_structure_set (extra_headers, "Referer", G_TYPE_STRING, referer, in gst_uri_downloader_set_uri()
536 const gchar * uri, const gchar * referer, gboolean compress, in gst_uri_downloader_fetch_uri() argument
540 referer, compress, refresh, allow_cache, 0, -1, err); in gst_uri_downloader_fetch_uri()
554 downloader, const gchar * uri, const gchar * referer, gboolean compress, in gst_uri_downloader_fetch_uri_with_range() argument
573 if (!gst_uri_downloader_set_uri (downloader, uri, referer, compress, refresh, in gst_uri_downloader_fetch_uri_with_range()
Dgsturidownloader.h71 …tch_uri (GstUriDownloader * downloader, const gchar * uri, const gchar * referer, gboolean compres…
74 …h_range (GstUriDownloader * downloader, const gchar * uri, const gchar * referer, gboolean compres…
/third_party/node/test/parallel/
Dtest-http-incoming-matchKnownFields.js22 checkDest('Referer', { referer: undefined }); property
23 checkDest('referer', { referer: 'test' }, 'value'); property
/third_party/cef/libcef/browser/
Dserver_impl.cc73 std::string referer; in CreateRequest() local
82 referer = it->second; in CreateRequest()
92 if (!referer.empty()) in CreateRequest()
93 request->SetReferrer(referer, REFERRER_POLICY_DEFAULT); in CreateRequest()
/third_party/elfutils/libdwfl/
Drelocate.c211 resolve_symbol (Dwfl_Module *referer, struct reloc_symtab_cache *symtab, in resolve_symbol() argument
220 assert (referer->symfile == NULL in resolve_symbol()
221 || referer->symfile->elf != symtab->symelf); in resolve_symbol()
260 for (Dwfl_Module *m = referer->dwfl->modulelist; m != NULL; m = m->next) in resolve_symbol()
261 if (m != referer) in resolve_symbol()
/third_party/curl/lib/
Deasy.c945 if(data->state.referer) { in curl_easy_duphandle()
946 outcurl->state.referer = strdup(data->state.referer); in curl_easy_duphandle()
947 if(!outcurl->state.referer) in curl_easy_duphandle()
1025 Curl_safefree(outcurl->state.referer); in curl_easy_duphandle()
Dtransfer.c1535 char *referer = NULL; in Curl_follow()
1542 Curl_safefree(data->state.referer); in Curl_follow()
1559 uc = curl_url_get(u, CURLUPART_URL, &referer, 0); in Curl_follow()
1563 if(uc || !referer) in Curl_follow()
1566 data->state.referer = referer; in Curl_follow()
Drtsp.c396 if(data->state.referer && !Curl_checkheaders(data, STRCONST("Referer"))) in rtsp_do()
397 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in rtsp_do()
Dgetinfo.c152 *param_charp = data->state.referer; in getinfo_char()
Dc-hyper.c1139 if(data->state.referer && !Curl_checkheaders(data, STRCONST("Referer"))) { in Curl_http()
1140 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in Curl_http()
/third_party/curl/src/
Dtool_cfgable.h72 char *referer; member
Dtool_cfgable.c64 Curl_safefree(config->referer); in free_config_fields()
/third_party/python/Lib/http/
Dserver.py1130 referer = self.headers.get('referer')
1131 if referer:
1132 env['HTTP_REFERER'] = referer
/third_party/curl/docs/
DTheArtOfHttpScripting.md431 An HTTP request may include a 'referer' field (yes it is misspelled), which
433 resource. Some programs/scripts check the referer field of requests to verify
436 do it. Using curl, you can put anything you want in the referer-field and
439 Use curl to set the referer field with:
441 curl --referer http://www.example.come http://www.example.com
445 Similar to the referer field, all HTTP requests may set the User-Agent
697 - Set referer (with [`-E`](https://curl.se/docs/manpage.html#-E)) like
Doptions-in-versions197 --referer (-e) 4.0
/third_party/ffmpeg/libavformat/
Dhttp.c80 char *referer; member
143 …{ "referer", "override referer header", OFFSET(referer), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0…
1336 if (s->referer) { in http_connect()
1339 av_bprintf(&request, "Referer: %s\r\n", s->referer); in http_connect()

12