01-24-2011 11:08 AM
Ext.Ajax.request({
method: 'GET',
url: 'http://localhost:8080/alfresco/s/PruebasSpace/commetspi',
success: function(response) {
Ext.Msg.alert('Ficha', 'correcto.');
},
failure: function() {
Ext.Msg.alert('Ficha', 'Error.');
},
params: {
alf_ticket: ticket,
id: '123',
category: 'prueba'
}
});
01-24-2011 11:23 AM
Encabezados de la respuesta
HTTP/1.1 405 Método No Permitido
Server: Apache-Coyote/1.1
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Date: Mon, 24 Jan 2011 16:11:56 GMT
Encabezados de la petición
OPTIONS /alfresco/s/PruebasSpace/commetspi?_dc=1295885681713&alf_ticket=TICKET_2ee3997b8933fe35dddbfff73b5f4c05ba4b59b6&id=123&category=prueba HTTP/1.1
Host: localhost:8080
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: es-es,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Origin: http://localhost:2423
Access-Control-Request-Method: GET
Access-Control-Request-Headers: x-requested-with
01-25-2011 04:12 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.