Answer the question
In order to leave comments, you need to log in
How to pass a big title via ajax?
Parsed a table from a page like this
var tab = $("#otd-table").html();
$.ajax({
type: 'GET',
utl: '/print',
data: {
tab: tab
},
success:function(html){
$(location).attr('href','/print');
}
});
431 (Request Header Fields Too Large)
Answer the question
In order to leave comments, you need to log in
Big data is sent via post, so change the backend and your script on the front
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question