How is Geocortex instanceData encoded? Planned maintenance scheduled April 17/18, 2019 at...
How to react to hostile behavior from a senior developer?
How do I stop a creek from eroding my steep embankment?
How to tell that you are a giant?
What causes the vertical darker bands in my photo?
Book where humans were engineered with genes from animal species to survive hostile planets
Using et al. for a last / senior author rather than for a first author
Selecting the same column from Different rows Based on Different Criteria
How would the world control an invulnerable immortal mass murderer?
Can I cast Passwall to drop an enemy into a 20-foot pit?
List *all* the tuples!
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
The logistics of corpse disposal
What's the meaning of 間時肆拾貳 at a car parking sign
Why do people hide their license plates in the EU?
Dating a Former Employee
Sci-Fi book where patients in a coma ward all live in a subconscious world linked together
Should I discuss the type of campaign with my players?
Resolving to minmaj7
Apollo command module space walk?
Bete Noir -- no dairy
Why didn't this character "real die" when they blew their stack out in Altered Carbon?
Is the Standard Deduction better than Itemized when both are the same amount?
Why are there no cargo aircraft with "flying wing" design?
At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?
How is Geocortex instanceData encoded?
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How to leverage packages like Geocortex for small business GIS professionals?Synergis Weboffice vs Geocortex Essentials?Geocortex EssentialsExternal commands not working in Geocortex Essentials 4.4 Workflow?What is command to edit markup in Geocortex?Geocortex query; zoom to resultsInternal Server Error with Geocortex Essentials Manager?How does Geocortex Essentials handle projections?Geocortex SSL/TLS error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Does anyone know how the instanceData property of a Geocortex request is encoded?
The entire request is JSON- key-value pairs, arrays, quoted strings, etc. - but the instanceData value is encoded. It looks similar to Base64 until you look closely and see slashes (/) and plus signs (+) throughout the string. I tried various online Base64 decoders but those I tried have been unable to decode the string.
Here's a very small piece of what I found with Fiddler. The entire request is 2+ MB.
"instanceData":"Rrfqn+xQO2IEFTMoYXBfnZQU9FlQf8fCqfRUvCMjc78zthft4xWTh/sIaKW0ySzVnpbSDAog293K+XX32jR/20bxw51t
geocortex
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Does anyone know how the instanceData property of a Geocortex request is encoded?
The entire request is JSON- key-value pairs, arrays, quoted strings, etc. - but the instanceData value is encoded. It looks similar to Base64 until you look closely and see slashes (/) and plus signs (+) throughout the string. I tried various online Base64 decoders but those I tried have been unable to decode the string.
Here's a very small piece of what I found with Fiddler. The entire request is 2+ MB.
"instanceData":"Rrfqn+xQO2IEFTMoYXBfnZQU9FlQf8fCqfRUvCMjc78zthft4xWTh/sIaKW0ySzVnpbSDAog293K+XX32jR/20bxw51t
geocortex
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Does anyone know how the instanceData property of a Geocortex request is encoded?
The entire request is JSON- key-value pairs, arrays, quoted strings, etc. - but the instanceData value is encoded. It looks similar to Base64 until you look closely and see slashes (/) and plus signs (+) throughout the string. I tried various online Base64 decoders but those I tried have been unable to decode the string.
Here's a very small piece of what I found with Fiddler. The entire request is 2+ MB.
"instanceData":"Rrfqn+xQO2IEFTMoYXBfnZQU9FlQf8fCqfRUvCMjc78zthft4xWTh/sIaKW0ySzVnpbSDAog293K+XX32jR/20bxw51t
geocortex
Does anyone know how the instanceData property of a Geocortex request is encoded?
The entire request is JSON- key-value pairs, arrays, quoted strings, etc. - but the instanceData value is encoded. It looks similar to Base64 until you look closely and see slashes (/) and plus signs (+) throughout the string. I tried various online Base64 decoders but those I tried have been unable to decode the string.
Here's a very small piece of what I found with Fiddler. The entire request is 2+ MB.
"instanceData":"Rrfqn+xQO2IEFTMoYXBfnZQU9FlQf8fCqfRUvCMjc78zthft4xWTh/sIaKW0ySzVnpbSDAog293K+XX32jR/20bxw51t
geocortex
geocortex
edited Dec 4 '15 at 17:54
DenaliHardtail
asked Dec 4 '15 at 17:08
DenaliHardtailDenaliHardtail
1,58931442
1,58931442
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I've been working on this, here is what I've figured out so far:
Data is:
- Gzipped using System.IO.Compression.GZipStream
- Encrypted using some some .net thing
- Base64 encoded
I'm not sure how to determine the key/encryption scheme used just yet.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f172678%2fhow-is-geocortex-instancedata-encoded%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I've been working on this, here is what I've figured out so far:
Data is:
- Gzipped using System.IO.Compression.GZipStream
- Encrypted using some some .net thing
- Base64 encoded
I'm not sure how to determine the key/encryption scheme used just yet.
add a comment |
I've been working on this, here is what I've figured out so far:
Data is:
- Gzipped using System.IO.Compression.GZipStream
- Encrypted using some some .net thing
- Base64 encoded
I'm not sure how to determine the key/encryption scheme used just yet.
add a comment |
I've been working on this, here is what I've figured out so far:
Data is:
- Gzipped using System.IO.Compression.GZipStream
- Encrypted using some some .net thing
- Base64 encoded
I'm not sure how to determine the key/encryption scheme used just yet.
I've been working on this, here is what I've figured out so far:
Data is:
- Gzipped using System.IO.Compression.GZipStream
- Encrypted using some some .net thing
- Base64 encoded
I'm not sure how to determine the key/encryption scheme used just yet.
answered Jul 9 '18 at 7:20
J'nBobJ'nBob
92
92
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f172678%2fhow-is-geocortex-instancedata-encoded%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown