E
E
EVOSandru62015-10-05 08:13:32
JavaScript
EVOSandru6, 2015-10-05 08:13:32

How to monitor ajax request parameters in Yii via chrome?

Good afternoon,

how to find out the names of the parameters sent via ajaxButton in chrome, I click on the button: and in network

In the paragraph: updateAjax?_=1444021631692

headers I see the following picture:

General:
Remote Address:127.0.0.1:80
Request URL:http:/ /hotel/hotels/updateAjax?_=1444021631692
Request Method:GET
Status Code:200 OK
Response Headers
view source
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection:keep-alive
Content-Length:0
Content-Type:text/html; charset=UTF-8
Date:Mon, 05 Oct 2015 05:07:17 GMT
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Keep-Alive:timeout=60
Pragma:no-cache
Server:Apache/2.4.10 (Win32)
Set-Cookie:language=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max Age=0; path=/
Set-Cookie:language=7d01b8a85e01bb4a84757526e73981df7db57519s%3A2%3A%22ru%22%3B; expires=Tue, 04-Oct-2016 05:07:17 GMT; Max Age=31536000; path=/
Request Headers
view source
Accept:*/*
Accept-Encoding:gzip, deflate, sdch
Accept-Language:ru-RU,ru;q=0.8,en-US;q=0.6,en;q=0.4
Connection: keep-alive
3Ba%3A0%3A%7B%7Ds%3A19%3A%22%00CModel%00_validators%22%3BN%3Bs%3A17%3A%22%00CModel%00_scenario%22%3Bs%3A6%3A%22update%22%3Bs% 3A14%3A%22%00CComponent%00_e%22%3BN%3Bs%3A14%3A%22%00CComponent%00_m%22%3BN%3B%7Ds%3A9%3A%22telephone%22%3Bs%3A12%3A%22% 2B70000000002%22%3B%7D%7D%22%3B; YII_CSRF_TOKEN=d7b35b169f81828f4b2273fd859fa27f71400d3as%3A40%3A%224f7ba9fb14d02fb2f48c5aa8e5a97527e91841ee%22%3B; PHPSESSID=ngngeac72ml0l0l6l4u5ra0rr5; language=7d01b8a85e01bb4a84757526e73981df7db57519s%3A2%3A%22ru%22%3B YII_CSRF_TOKEN=d7b35b169f81828f4b2273fd859fa27f71400d3as%3A40%3A%224f7ba9fb14d02fb2f48c5aa8e5a97527e91841ee%22%3B; PHPSESSID=ngngeac72ml0l0l6l4u5ra0rr5; language=7d01b8a85e01bb4a84757526e73981df7db57519s%3A2%3A%22ru%22%3B YII_CSRF_TOKEN=d7b35b169f81828f4b2273fd859fa27f71400d3as%3A40%3A%224f7ba9fb14d02fb2f48c5aa8e5a97527e91841ee%22%3B; PHPSESSID=ngngeac72ml0l0l6l4u5ra0rr5; language=7d01b8a85e01bb4a84757526e73981df7db57519s%3A2%3A%22ru%22%3B
Host:hotel
Referer:http://hotel/
User-Agent:Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36
X-Requested-With:XMLHttpRequest
Query String Parameters
view source
view URL encoded
_:1444021631692

I need to find out the names of the get or post parameters passed by the button in order to hook on these names in the action and process the information received. I did not find any name in the above context, where to look?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2015-10-05
@EVOSandru6

Query String Parameters
_:1444021631692

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question