Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.0
-
Component/s: JavaScript Client
-
Labels:None
-
Environment:ICEpush, nginx
-
Workaround Exists:Yes
-
Workaround Description:
Description
ICEpush makes use of a number of HTTP headers. These values should be passed as parameters in the body of the HTTP request:
ice.push.heartbeatTimestamp: 1401307088848
ice.notifyBack: apns:f7353
ice.push.browser: 1hvr1j5ar
ice.push.sequence: 130
ice.parkids: true
ice.push.window: fe4f7
(In some cases these are passed as body parameters, but the use of headers should be avoided.)
ice.push.heartbeatTimestamp: 1401307088848
ice.notifyBack: apns:f7353
ice.push.browser: 1hvr1j5ar
ice.push.sequence: 130
ice.parkids: true
ice.push.window: fe4f7
(In some cases these are passed as body parameters, but the use of headers should be avoided.)
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41327 | Wed Jun 11 15:19:51 MDT 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/Browser.java
MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/ServletPushRequest.java MODIFY /icepush/trunk/icepush/core/src/main/javascript/application.js MODIFY /icepush/trunk/icepush/core/src/main/javascript/connection.async.js |