1
When I make an AJAX request with $.post
jQuery, while the request is made Chrome displays me a message Provisional headers are Shown and I feel that he stops the request while displaying this message, thus taking longer to complete the request
Does anyone know how I can fix it? maybe tell Chrome not to notify me more about her... I know it’s because of the headers but they’re all normal and the system is closed so there’s no danger.
Two things to check: 1) if you have an extension of Chrome blocking content (adblocks in general), turn it off and do the test again. 2) make sure the ajax is being made for the same domain. (even www.dominio.com and domain.com are different things for a good test)
– Bacco
@Bacco yes, I’ve checked those two possibilities and it’s all right.
– Silvio Andorinha