Sujet : Re: Transparent task to task
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 03. Jun 2025, 16:23:06
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101n40p$34un$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 6/3/2025 9:10 AM, Simon Clubley wrote:
On 2025-06-02, Arne Vajhøj <arne@vajhoej.dk> wrote:
Now the topic is up.
>
Am I the only one wondering why so much documentation use the
TYPE command to activate?
>
It bothers me a bit to have the TYPE command execute code.
What is the difference between that and performing a read operation on
a URL that causes a script on the server to execute in the background ? :-)
It is true that a HTTP GET can result in different actions: web server
returning static HTML, web server running code that produce dynamic
HTML without changing anything, web server running code that produce
dynamic HTML and do change something.
But not sure that I see the TYPE command being similar to a
HTTP GET.
Arne