• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Post request

musclebreast

Mitglied
Hi,

ich habe leider sehr viele variablen die ich übergeben muss zu einer anderen Seite. Normalerweise nehme ich da immer post und alles ist gut:

Code:
jQuery.ajax({
               type: "post",
            url: url,
            dataType: "text",
            contentType: "text/xml; charset=utf-8",
            success: function(data) {
               
            
                jQuery("#content").append('<p>'+data+'</p>');
                       

            }
        });


Schaue ich jetzt im Firebug sind die variablen aber in der URL nocht sichtbar und viel schlimmer der 404 Zeichenlimit Fehler kommt. Was habe ich übersehen, denn mit Post spielt die Zeichenlänge keine Rolle.

VG,

Lara


Code:
curl 'http://10.145.145.22/LivelinkEN/livelink.exe/fetch/2000/4374274/CustomView_loadByAjax?func=ll&objId=4923086&objAction=RunReport&parentID=4374274&Content_1=hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&content_fields=1&browselivelink_fields=1&BrowseLivelink_value1_ID=4374274&BrowseLivelink_value1_Path=Enterprise:Product%20Development%20Documentation&BrowseLivelink_value1_PathSaved=Enterprise:Product%20Development%20Documentation&ObjName_fields=1&ObjName_1=hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&DocumentID_fields=1&DocumentID_1=hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&PIDs_fields=1&ProjectName_fields=1&ProjectName_1=hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&Status_fields=1&BusinessSubProcess_fields=1&ProjectType=&DocumentType=%20%20%20%20%20%20%20%20%20%20%20%20%20%20&DocSubType=&QMSScope=&BusinessProcess=&RA_1=&OTModifyDate1=&direction=topDown&Inputlabel1=(%22OTLocation%22:4374274%20)%20AND%20(%22OTName%22:hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee%20)%20AND%20(%22Attr_4374945_10%22:hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee%20)%20AND%20(%22Attr_4374874_11%22:hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee%20)%20AND%20%22Attr_4374874_13%22:%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20AND%20(%22OTSubType%22:144%20OR%20%22OTSubType%22:136%20OR%20%22OTSubType%22:0%20OR%20%22OTSubType%22:1)&Inputlabel2=hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee%20&DSstartrow=1&DSendrow=10&ProjectDisplayStatus=block&PGDisplayStatus=&nexturl=' -X POST -H 'Host: 10.145.145.22' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0' -H 'Accept: text/plain, */*; q=0.01' -H 'Accept-Language: en-US,en;q=0.5' -H 'Accept-Encoding: gzip, deflate' -H 'Content-Type: text/xml; charset=utf-8' -H 'X-Requested-With: XMLHttpRequest' -H 'Referer: http://10.145.145.22/LivelinkEN/livelink.exe/fetch/2000/4374274/CustomView_loadByAjax?func=ll&objId=5108660&objAction=RunReport&test=check&parentID=4374274&PGDisplayStatus=&ProjectDisplayStatus=block&content_fields=1&browselivelink_fields=1&browsePG_fields=1&ObjName_fields=1&DocumentID_fields=1&PIDs_fields=1&ProjectName_fields=1&Status_fields=1&BusinessSubProcess_fields=1&Content_1=hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&BrowsePG_ID_value1=&BrowsePG_Name_value1=&direction=topDown&BrowseLivelink_value1_ID=4374274&BrowseLivelink_value1_PathSaved=Enterprise%3AProduct+Development+Documentation&BrowseLivelink_value1_Path=Enterprise%3AProduct+Development+Documentation&ObjName_1=hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&DocumentID_1=hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&PID_1=&Search_PID_1=&InputLabel1=&ProjectName_1=hubertreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&ProjectType=&DocumentType=++++++++++++++&Status_1=&BusinessSubProcess_1=&RA_1=&OTModifyDate1=' -H 'Cookie: LLCookie=vFxo6KrGwyyjutwxhcSTb0baVjPeCEsTuKz2khEUXStLwFsMv8QqsqHVaalisYgf; LLTZCookie=0; TargetBrowseObjID=4923084; TargetBrowseObjType=141; BrowseSettings=VUMs0CngVPO8s15iUkIKI5BFw7rpSouFJFdYc7ntoKM%3D; LastDestID=4923084; LLPageSizeCookie=125'
 
Werbung:
Zurück
Oben