Changeset b564634 in portal_2019


Ignore:
Timestamp:
Jun 19, 2019, 12:01:28 PM (5 years ago)
Author:
Angelo Osorio <danielking.321@…>
Branches:
desarrollo
Children:
f5a9929
Parents:
eb5ddbd
Message:

Cambio menor en la consulta: withCredentials: true

File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmandoConMurachi.sign.html

    reb5ddbd rb564634  
    266266                        contentType: 'application/json',
    267267                        headers: {"Authorization":"Basic YWRtaW46YWRtaW4="},
    268                         //xhrFields: { withCredentials: true },
     268                        xhrFields: { withCredentials: true },
    269269                        success: function(data, textStatus, jqXHR){
    270270                          var responseString = JSON.stringify(data);
Note: See TracChangeset for help on using the changeset viewer.