Thread https authentication error (78 answers)
Opened by a_abels at 2011-10-10 15:16

GwenDragon
 2011-10-14 15:21
#153232 #153232
User since
2005-01-17
14785 Artikel
Admin1
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
GET https://poms-test.ts.fujitsu.com
Authorization: Basic ****************=
User-Agent: lwp-request/5.834 libwww-perl/6.02

GET https://poms-test.ts.fujitsu.com --> 401 Unauthorized
GET https://poms-test.ts.fujitsu.com --> 405 Method Not Allowed
Connection: Keep-Alive
Date: Fri, 14 Oct 2011 15:21:25 +0200
Server: Poms HTTP Interface 1.1
Allow: PUT, POST
...


Geht wohl nur mit der Methode Post sonst sendet der Server 405.

Beim Post weiß ich nicht, was da hochgeladen werden muss.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
POST https://poms-test.ts.fujitsu.com
Authorization: Basic *********=
User-Agent: lwp-request/5.834 libwww-perl/6.02
Content-Length: 0
Content-Type: application/x-www-form-urlencoded

POST https://poms-test.ts.fujitsu.com --> 401 Unauthorized
POST https://poms-test.ts.fujitsu.com --> 444 Dokument missing
Connection: Keep-Alive
Date: Fri, 14 Oct 2011 15:23:57 +0200
Server: Poms HTTP Interface 1.1
.....

Könnte Webdav sein.

Aber...
Wenn niemand die Schnittstelle kennt wie das Logon und der Upload klappt, kann niemand helfen.
Antworten mit Zitat

View full thread https authentication error