common gateway interface - перевод на испанский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

common gateway interface - перевод на испанский

INTERFACE WHICH OFFERS A STANDARD PROTOCOL FOR WEB SERVERS TO EXECUTE PROGRAMS INSTALL
Common gateway interface; Cgi-bin; CGI script; CGI-bin; Cgi script; .cgi; Common Gateway Interface (CGI); Cgi bin; Cgi-bin/; RFC 3875
  • The official CGI logo from the spec announcement

Common Gateway Interface         
See: CGI
common gateway interface         
expression
interfaz m/f común de pasarela
Common Gateway Interface         
Interfaz de entrada común, Estandarte para enfocar el camino a través de los servidores HTTP a los programas y reservas de información en el INTERNET, CGI

Определение

brújula
sust. fem.
1) Física. Barrita o flechilla imanada que puesta en equilibrio sobre un púa, señala siempre el Norte magnético.
2) Mar. Instrumento náutico usado para indicar el rumbo de la nave. Es una caja esférica, generalmente de bronce u otro material inoxidable, en cuyo interior se hallan dos círculos concéntricos; uno, fijo, que lleva señalada la dirección de la quilla del buque, y otro más pequeño, de cartón o de talco puesto en equilibrio sobre una púa, que tiene la rosa de los vientos; en su línea NS lleva adherida una flechilla imantada.
3) fig. Lo que sirve de guía.
sust. fem.
1) Instrumento para determinar las direcciones en la superficie terrestre.
2) Agujerito que sirve para precisar la puntería de la escopeta y que corresponde a lo que hoy se llama mira.
3) nombre prop. fem. Astronomía. Constelación austral.

Википедия

Common Gateway Interface

In computing, Common Gateway Interface (CGI) is an interface specification that enables web servers to execute an external program, typically to process user requests.

Such programs are often written in a scripting language and are commonly referred to as CGI scripts, but they may include compiled programs.

A typical use case occurs when a web user submits a web form on a web page that uses CGI. The form's data is sent to the web server within an HTTP request with a URL denoting a CGI script. The web server then launches the CGI script in a new computer process, passing the form data to it. The output of the CGI script, usually in the form of HTML, is returned by the script to the Web server, and the server relays it back to the browser as its response to the browser's request.

Developed in the early 1990s, CGI was the earliest common method available that allowed a web page to be interactive.