Trying to push the limits of App Inventor!
Snippets,
Tutorials and
Extensions from
Pura Vida Apps by
Taifun.
Content-Type: application/json
Authorization: Basic <Base64 encoding of username:password>
The REST services are available under the url <cyclos_root>/rest/. The following services are available:
| Service | URI | HTTP method | Input | Result |
| Performs a validation payment from the authenticated member to another member returning crucial information needed to confirm the payment. | payments/memberPayment | POST | Request body: Object with the following properties:
The field of a custom field value can be identified passing the internal name (internalName) or field id (fieldId). If the value of a custom field value is an enumerated value it is sufficient to pass the possible value id (possibleValueId), or the enumerated string value in the value parameter. | Object with the following properties:
|
text/html;charset=utf-8405<html><head><title>Apache Tomcat/7.0.56 - Informe de Error</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>Estado HTTP 405 - Request method 'GET' not supported</h1><HR size="1" noshade="noshade"><p><b>type</b> Informe de estado</p><p><b>mensaje</b> <u>Request method 'GET' not supported</u></p><p><b>descripción</b> <u>El método HTTP especificado no está permitido para el recurso requerido.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/7.0.56</h3></body></html>
State HTTP 405 - Request method 'GET' not supported
are you sure you are using the correct URL?
also what exactly are you trying to do? what is the complete URL?
what happens, if you remove the port number from the URL?