Forum Post: RE: My rest service url's are not working in page load and any other events.

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
Status
Not open for further replies.
M

Michael Jacobs

Guest
The REST service's CORS filter has debugging information available. To enable the security service's debug logging do: . in the web application's logging configuration file ( .../webapps/ rest-service-name /WEB-INF/classes/log4j.properties) change the logging level for this lines logging level from ERROR to DEBUG: log4j.logger.com.progress.rest.security=ERROR, xxxxxxxx . restart the web server for the change in logging level to take effect . The logging will appear in the REST service's log file located under .../webapps/ rest-service-name /WEB-INF/adapters/logs Look for lines that include "CORS". If you don't see anything in the log, it is likely that your client never negotiated CORS access with the REST service. Hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top