Tagged Questions
The payload tag has no wiki summary.
9
votes
1answer
4k views
Creating .pem file for APNS?
how to create a .pem file to be stored in the hosting server for APN payload data ?
thanks
6
votes
1answer
6k views
Generating a JSON payload for POST HTTP request in Objective-C
Does anyone have any sample code to create a JSON payload to be sent as a HTTP POST Request in Objective-C? An example of the json payload I am looking to generate looks like:
...
3
votes
2answers
333 views
Android in-app billing: what is the “developer payload” and how the “Buy” button works?
I am playing with the Google in-app billing example app "Dungeons".
In this app, I can either click on the "Buy" button to buy something or on the "Edit Payload" button to...edit the payload :). But ...
3
votes
4answers
2k views
Email body is a string sometimes and a list sometimes. Why?
My application is written in python. What I am doing is I am running a script on each email received by postfix and do something with the email content. Procmail is responsible for running the script ...
2
votes
1answer
120 views
iOS 5 remote notification when launching app from dashboard
since iOS 5, notifications are no more intrusive as previous. This is nice, but it seems that users prefer to tap directly on app icon from the Dashboard instead of the (small) banner area or ...
2
votes
1answer
183 views
Lucene 3.1 payload
I'm trying to figure out the way that payloads work in Lucene and I can't seem to grasp it.
My situation is as follows:
I need to index a document that has a single content field and attach to each ...
2
votes
3answers
569 views
Entity Framework Self-Referencial Many-To-Many with Payload ( Bill of Materials BOM )
I asked this question a while back without an answer, I believe it may be the most bizarre implementation for the EF, although it is quite practical. Here is my previous post:
...
2
votes
6answers
633 views
Should network packet payload data be aligned on proper boundries?
If you have the following class as a network packet payload:
class Payload
{
char field0;
int field1;
char field2;
int field3;
};
Does using a class like Payload leave the recipient ...
1
vote
1answer
24 views
Cause a script stored on a flash drive to execute when it is plugged into an OS X system
I'm guessing this can't be done as it would be terrible security, can't even be done in windows 7, but is there a way to make a flash drive automatically preform a function when it is plugged into a ...
1
vote
1answer
268 views
Configuration Profile with MDM Payload not getting installed
I am working on MDM stuff, trying to install Configuration Profile having MDM payload, but its not getting installed on the device.
I want to perform remote lock/wipe from MDM server.
Any help really ...
1
vote
3answers
703 views
Payloads of HTTP Request Methods
The Wikipedia entry on HTTP lists the following HTTP request methods:
HEAD: Asks for the response identical to the one that would correspond to a GET request, but without the response body.
GET: ...
1
vote
1answer
96 views
Good Restful design: different payload for different accounts for same url
Is it considered bad design if one url accepted different payloads depending on the basic authentication used? for instance:
http://localhost/userA PUT by userA is allowed up pass XML_A but
...
1
vote
1answer
180 views
New Payload type for RTP profile
I am designing a new RTP profile. How can I determine the next available RTP payload type, which I can assign to my profile type?
1
vote
2answers
409 views
How large can an appengine task payload be?
I'm using the new experimental taskqueue for java appengine and I'm trying to create tasks that aggregate statistics in my datastore. I'm trying to count the number of UNIQUE values within all the ...
1
vote
2answers
519 views
Payload performance in Lucene
I know there are several topics on the web, as well as on SO, regarding indexing and query performance within Lucene, but I have yet to find one that discusses whether or not (and if so, how much?) ...
0
votes
0answers
33 views
Need to generate a payload for particular Regular Expression (PCRE) [closed]
I need some command line tool in Linux that will generate a payload of say 1 MB for me that will have a few matches for a particular Regular Expression.
Something like if I give a particular PCRE to ...
0
votes
0answers
95 views
mobileconfig file with mdm payload, is invalid profile
I'm trying to install .mobileconfig file that was created through IPCU.
but when I click on an attached .mobileconfig file in mail.
It occured error message as "invalid profile".
what is problem ?
...
0
votes
2answers
61 views
payload of an email in string format, python
I got payload as a string instance using get_payload() method. But I want my payload in a way where I could access it word by word
I tried several things like as_string() method, flatten() method, ...
0
votes
0answers
36 views
PHP XMLRPC Error - cannot serialize xmlrpcresp objects whose content is native php values
I have a PHP xmlrpc-client (http://phpxmlrpc.sourceforge.net/) calling a remote PHP xmlrpc-server. Most of the time it works but sometimes it fails with,
Invalid return payload: enable debugging to ...
0
votes
1answer
38 views
C# Web Service to respond to XML Payload
I trying to build a service that responds to an XML request from an application with an XML document in C#.
After creating an asmx service that took in parameters I found out that the application ...
0
votes
1answer
66 views
Binary file processing using ESBs (WSO2, Mule, Petals, Service Mix)
I'm keen to use an ESB (probably WSO2, Mule, Petals or Service Mix) on a new project.
I have a number of business processes/ workflows which will work well in an ESB: however I'm struggling with ...
0
votes
0answers
14 views
Offline tool to extract application layer payloads from a network trace
I am looking to collect a large packet trace from a network with many users, and I would like to be able to extract just the actual data payload from the application layer. Using a HTTP object as an ...
0
votes
2answers
308 views
Metasploit generic/custom payload with a multipayload
I've been playing around with the newer MSF4 (Framework: 4.1.0-release.13988, Console : 4.1.0-release.13581) multipayload support using msfvenom and the custom/generic payload, but there seems to be ...
0
votes
2answers
375 views
Get custom payload of push notification while app is running background
Hey can anybody tell how to get custom payload of push notification when app is in background..
If your app is in the background and you receive a push notification and the user taps app "View", the ...
0
votes
1answer
197 views
REST Service PUT , xml payload structure
for a REST PUT service, im trying to use xml as the payload. My question is can I have the whole payload as xml? or should I do something like Data=<mydata>......</mydada>?
basically
...
0
votes
1answer
135 views
Lucene payload scoring
I want to figure out how payload scoring works in lucene. Since I don't understand where PayloadFunction fits in, I think I don't really understand how it works. Tried googling for it, but couldn't ...
0
votes
1answer
189 views
Getting Exception when trying to upload a big files size
I'm using wshttpbinding for my service
<wsHttpBinding>
<binding name="wsHttpBinding_Windows" maxBufferPoolSize="9223372036854775807" maxReceivedMessageSize="2147483647">
...
0
votes
1answer
92 views
What encoding does payload.encoded retrieves by default in metasploit?
I am analyzing this metasploit module, and I am wondering what encoding method does payload.encoded retrieves by default in metasploit.
I did a print payload.encoded in that exploit (without setting ...
0
votes
2answers
244 views
Indexing multilingual words in lucene
I am trying to index in Lucene a field that could have RDF literal in different languages.
Most of the approaches I have seen so far are:
Use a single index, where each document has a field per ...
0
votes
1answer
226 views
More data in packet payload
I have the following code
int ParseData(unsigned char *packet, int len)
{
struct ethhdr *ethernet_header;
struct iphdr *ip_header;
struct tcphdr *tcp_header;
unsigned ...
0
votes
2answers
453 views
from where we send json payload when using APNs?
i want to know that when we want to use push notification service.From where we send json payload, from our app or it may be generated on server? if it has to be sent from our app then how do we send ...
0
votes
2answers
1k views
How to Consume JSON Web Services from a Windows Client
Is it possible to consume a JSON enabled WCF Web Service from a standard Proxy Client ie not Javascript?
Basically I want to minimize the payload size between 2 web services.