Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #36494 Back to Issue ]
Summary 0036494: dojo GET requests have incorrect Content-Type header
Revision 2017-07-14 12:47 by alostale
Steps To Reproduce 0. Access Pending Goods Receipt window and open Business Partner selector
1. In developers tools, copy as curl request for info/BusinessPartner.html?Command=STRUCTURE
  -> Check it includes -H 'Content-Type: application/x-www-form-urlencoded' which is incorrect
Revision 2017-07-14 12:47 by alostale
Description Grid structure for 2.50 selectors is obtained by a GET request executed from dojo. This request, has a 'Content-Type: application/x-www-form-urlencoded' header, this header is not correct for GET as it is not sending a form [1].

A Web Application Firewall can reject requests with these settings.

[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type [^]
Revision 2017-07-14 12:11 by alostale
Steps To Reproduce 0. Access Pending Goods Receipt window and try to open Business Partner selector
Revision 2017-07-14 12:11 by alostale
Description Having a Web Application Firewall, when old selectors (2.50 appearance) are executed "Request Rejected" is obtained. Problem seems to be related with an old version of dojo library used


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker