Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using HTTP Post from within a VFP program?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00832258
Message ID:
00833283
Vues:
34
Hi Andrew,

Most evidently "405, VERB is not allowed" means that server does not support POST requests for this particular Url.

For example, if you request a file to be downloaded then only GET, HEAD, OPTIONS, TRACE verbs are accepted.

Check Allow response header:
? oHttp.GetResponseHeader('allow')
It returns supported VERBS for your request.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform