cancel
Showing results for 
Search instead for 
Did you mean: 

BO 4.2 updgrade from SP3 to SP8 - Save Report not working

0 Kudos

Hello,

We upgraded the service pack of BO Server 4.2 from SP3 to SP8, since then we are not able to save the report. Basically We are saving the report through API call. However, with Launch Pad Web Intelligence, we are able to save the report, which is working fine. But it is not working with API call. Basically we make an API call to ProcessSave.jsp endpoint, we are getting the response as "200" but the report is not saved.

So When we looked at the traffic of launchpad web intelligence for saving report, it is sending "CSRF_TOKEN_COOKIE" in the request body of ProcessSave.jsp request, so this is something new that we are seeing in this new SP8 version. So we dont know that we need to send the CSRF token as part of API call.

So could you please help us on this?

Thanks

Arun

Accepted Solutions (0)

Answers (1)

Answers (1)

ayman_salem
Active Contributor
0 Kudos
0 Kudos

Actually I am not calling an Restful Endpoint. It is just an HttpEndpoint(ProcessSave.Jsp). So my question is that this endpoint would need an CSRF token as part of request since BO was upgraded from SP3 to SP8.