Thanks
we use the DM8127 RDK3.5.0
i read the boa code ,
all i know is the original http request is the get method,
and also there is a cgi(it is post),
but when i read the defines.h file i find this:
#define SINGLE_POST_LIMIT_DEFAULT 0 //1024 * 1024 /* 1 MB */
the boa.conf also dose not make change
and now i do this change
#define SINGLE_POST_LIMIT_DEFAULT 1024 * 1024 /* 1 MB */
and i try the method:post
when the boa printf the data( i got the data from this :&req->client_stream[req->parse_pos] am i right?)
and the question is like what i said before
i also think if the onvif change this?i also print the data before this function :isOnvif
i find it dosen't matter with onvif
and i find this request GET /vb.htm?getalarmstatus(just like a monitor)
and now what i should do to solve the problem
because the problem occured irregular
please give me some avdice
maybe i make some mistakes
BestRegards
CY