There is probably a security code or nonce you need to send along with the request. Check in your browser what data is sent when you make the request manually, including in cookies/http headers, and compare it to what SER is sending with debug mode on.
@cherub i have sent the nonce value and also object id was sent accordingly. One thing i noticed i used post encode data=2 but still the data was not sent as multipart
Comments