bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43566: 27.1; url-http and excorporate does not authenticate


From: Domingo Gómez Pérez
Subject: bug#43566: 27.1; url-http and excorporate does not authenticate
Date: Wed, 30 Sep 2020 19:00:59 +0200

En la fecha mar, 29 sep 2020, Thomas Fitzsimmons <fitzsim@fitzsim.org>
escribió:
> Hi Domingo,
>
> Domingo Gómez Pérez <domingo.gomez@unican.es> writes:
>
>> I am trying to use excorporate, v. 0.7, so I am trying to locate the
>> problem looking at the Info page, section Troubleshooting.
>
> Thanks for reporting.
>
> First, Excorporate 0.7.0 is an old release.  Are you able to install
> Excorporate 0.8.3 and its dependencies from GNU ELPA?  There have been a
> few compatibility improvements between 0.7.0 and 0.8.3, so it's worth a
> try for your specific issue.


Dear Thomas,

First of all, thank you for your work in excorporate. I don't know what
happen, because it used to work just fine for me.


> If it doesn't work, can you retry the
> Troubleshooting section?  It's probably best if        you redact the
> Authorization headers with [...] before replying.
>
I remove the part where Authorization appear.

I attach here the results of executing

(setq URL-STRING "https://correo.unican.es/ews/exchange.asmx";)
     (progn
       (setq url-debug 1)
       (url-retrieve-synchronously URL-STRING)
       (dolist (p (seq-filter
                   (lambda (b) (string-match " *http*" (buffer-name b)))
                   (buffer-list)))
         (message "HTTP result buffer: \"%s\"\n%s"
                  (buffer-name p)
                  (with-current-buffer p (buffer-string))))
       "check *Messages*")

Attachment: output.txt
Description: Text document


Best, Domingo.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]