Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using HTTP Post from within a VFP program?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00832258
Message ID:
00833283
Views:
35
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform