The payload tag has no wiki summary.
-4
votes
1answer
21 views
How to create a json payload using file data [closed]
I have a file(.CSV) which has 20 columns data. I would like to read a file record by record and create a JSON payload using Unix Shell script
Please provide an example
Thanks,
Balu
0
votes
1answer
42 views
How to attach payload into RestSharp request?
I can not put a workload in requests with RestSharp. Can anyone help me?
I tested
request.AddBody(payload) -> payload is a serialized object in json
but, doesn't work for me :/ :/
Thanks a lot :D
...
0
votes
1answer
47 views
How to access error response body with AngularJS
my head is spinning cause of the following issue. I'm accessing my webservice (running on my localhost:4434) with AngularJS and if something goes wrong, the webservice sends a response 400 containing ...
0
votes
0answers
28 views
Sending the rsh command in the payload
I am trying to send a rsh command in payload using c code, with libnet and lbcap. When I do it from command line I just type rsh ipaddress "echo + +>$HOME/.rhosts" and it works. When I do it from the ...
1
vote
1answer
65 views
can REST post/put have request parameter and no request payload
I am working on REST APIs.
can REST API post/put can include request parameters without a request payload?
where I can find the standard REST specifications
0
votes
1answer
65 views
C - websocket - recv reads more than payload length
I am building a websocket server in C. Right now it is following the rfc6455 specification and I have managed to get as far as implementing a chat protocol, such that connected clients
can send ...
0
votes
0answers
247 views
Request Payload in a POST request
I am trying to scrape a PHP website and instead of Form Data i am seeing Payload requests in Header Section. What is a Payload Request? I am using Developer Tools from Chrome to analyse the Data.
For ...
0
votes
0answers
189 views
php cURL CURLOPT_VERBOSE not showing payload
While the below output from curl provides useful header information, it does not provide the payload information. For example, I would want to see {"jason_index","json_value"} in the debug information ...
0
votes
1answer
45 views
Maximum Payload and Validity of a UDP Server
I have Created A UDP Server-Client application. There is only single thread at Server's side which continuously executes recvfrom().
If I run 3 Clients Simultaneously from 3 different machines, and ...
0
votes
1answer
284 views
Extending Laravel core - session/payload
I'm trying to extend session/payload in Laravel.
I can find documentation on how to add drivers and extend Session but it does not seem to work for Session/payload.
Most people recommend creating ...
2
votes
2answers
291 views
ESB MULE passing the parameters to the java method
I use MULE version 3.3.0 CE, I want to get some value from header in inbound and then pass it to a java method, in java method making some changes on passed value, finally again I pass it from java ...
1
vote
1answer
97 views
add a java class as a bean in MULE
In MULE 3.3.0 CE, I wrote a simple java class with constructor and two methods, I copied them at below:
public class Book {
private String title;
public Book(String theTitle) {
...
0
votes
0answers
134 views
Spring WS: Problems decrypting message with WSS4J security interceptor and PayloadRootAnnotation
I'm using Spring WS with WSS4J Security Interceptor.
On the server side when I receive the message if I use the PayloadRootAnnotationMethodEndpointMapping I have an error, because it's trying to ...
1
vote
0answers
130 views
how to send payload with python mechanize
I want to get info from internet, I use python mechanize modules to do this,
But it need post payload while request, I trid many ways but still failed. please help me.
here is the post data i grap:
...
0
votes
0answers
103 views
Submit form data in the request body with ExtJS 4.1.1a
I would like to submit form data in the request body. A feature called jsonSubmit is available since ExtJS 4.1.2 but I'm working with an older version (4.1.1a). Does anyone know a clean way to make it ...
1
vote
1answer
217 views
which way for RESTful webservice, Spring-WS payloads or Spring 3 MVC REST Controllers?
Im beginner for Spring Webservices. Im trying to create contract-first web services using spring-ws 2.0. I have done web.xml (MessageDispatcherServlet) configurations, my contract-design (XSD), ...
0
votes
1answer
141 views
WSO2 ESB 4.6.0 Get PayloadFactory format from configuration
I am trying to put together a sequence that pulls out properties from an initial request and stores those properties until the response comes back, replace certain regions and send that to another ...
0
votes
1answer
50 views
Index XML attributes along with plain text in CLucene
I've been able to compile the CLucene project on iOS and am currently trying to use it within my iOS application. I'm trying to index xhtml documents, and have been able to do that by extracting the ...
0
votes
2answers
93 views
What is the difference between packet and payload
I got this defitiniton below is it true and what is the difference between packet and payload?
The ESP (Encapsulation Security Payload) protocol is a member of IPSec suite. Its
purpose is to ...
0
votes
0answers
71 views
Ruby get payload from TCP packet
I am using Ruby to capture SLIP communication. After stripping the SLIP specific delimiters I get the TCP packet. Is there any way to get the payload from the TCP packet?
0
votes
2answers
176 views
Apple Push Notification not received sometimes (JavaPNS)
I'm making a chat with a notification service. Sometimes that the notifications dont arrives to my device. I'm using JavaPNS, so my code isn't very complex, but when I send a lot of messages very ...
0
votes
2answers
140 views
MULE 3.2 - How to get the RequiredValueException string value?
If I have the following block in my default-exception-strategy how do I return the actual text of the error message.
<when evaluator="groovy" expression='payload.getException() instanceof ...
0
votes
1answer
74 views
Source of html files , phonegap
I made an app in phonegap ( xcode ) . all of my codes and files are in www folder in application's payload folder. user can access all of them , is there any way to restrict access of www folder or ...
0
votes
1answer
193 views
SMPP Payload with additional info? [closed]
Is it possible to send some extra data with smpp payload/pdu using custom paramters or any other way. Language API could be any java, jsmpp or any other.
Kindly share an example if its possible.
0
votes
0answers
173 views
Packet payload with jpcap [java]
i“m facing a big problem working with jpcap packets. I'm working on a network sniffer and I read all packets without problems. But now I am working with Parallel Redundancy Protocol (PRP - ...
0
votes
0answers
53 views
Ios Jailbreak-How does this happen?
i am wondering how hackers create jailbreak.I know what means Userland exploit and kernel exploit.I know that when I have userland exploit I need to find kernel exploit.But I really don't know what ...
0
votes
3answers
168 views
Hide an NDEF record into the NDEF Message?
I have developped 2 Android applications. The first one, to write into an NFC tag, and the second to read the contents I have written .
This is what i did in the first application (WriteNFC)
private ...
2
votes
1answer
142 views
how to count android gcm payload length
In the android GCM document,it is said the payload has a limit of 4096 bytes.
but I find that I can send a payload with 16834 byes.
do I make a mistake.I compute the length as follow codes:
...
1
vote
0answers
29 views
DelimitedPayloadFilter in PyLucene?
I am trying to implement a python version of the java from http://searchhub.org/2010/04/18/refresh-getting-started-with-payloads/ using pylucene. My analyzer is producing an lucene.InvalidArgsError on ...
3
votes
2answers
2k views
Send HTTP Post Payload with Java
I'm trying to connect to the grooveshark API, this is the http request
POST URL
http://api.grooveshark.com/ws3.php?sig=f699614eba23b4b528cb830305a9fc77
POST payload
...
-1
votes
1answer
97 views
How many data the NDEF payload can carry? [closed]
The DOC of google android said the ļ¼payload byte array, containing zero to (2 ** 32 - 1) bytes,must not be null.
So I think a NDEF record can carry 4GB data.
But when I check the max size of ...
0
votes
1answer
173 views
Extract the audio data from RTP packets
I have RTP packets and I use the pcap.net Packet Object.
I need to get the actual audio data from the packet, without the RTP header - just the payload.
Language: C#
thnaks,
Ofek
0
votes
1answer
1k views
request payload versus query string parameters
I am absolutely in the dark when it comes to this request payload that I'm seeing in my Chrome browser.
A Query string will have a variable attached like session:2g0SoEE but this payload has just ...
0
votes
1answer
386 views
Mule ESB 3.3 “All” flow messes up payload for downstream components
EDIT: Simplified question.
Why on earth, the file written is garbage (binary serilized data) instead of the payload that was set in the Groovy component? This only happens if there is an "All" Flow ...
0
votes
1answer
149 views
Approach to large object transfers in web services
I have to implement a SOA solution with web services. I have to transfer large objects (ex: Invoices of 25~30mb of XML data) and I wonder what's the best approach...
Should I:
A. transfer parts of ...
2
votes
1answer
1k views
Sending push notifications with Passbook API
I'm trying to send some push notifications with the Passbook API. I've created the following JSON object that I send to the APNS server:
$payload = json_encode(array('aps' => array('alert' => ...
0
votes
0answers
58 views
How to get arguments for working Resque workers?
In a Rails 3 app I have Resque running and mounted in the routes file to show at hostname:port/resque. I can see the arguments for queued workers but once they're working I can't find their payload. ...
0
votes
1answer
349 views
iOS - Content of push
I googled a lot, but I can“t find the answer.
I'm trying to get the content / payload of a push notification while the app is in background.
The method:
- (BOOL)application:(UIApplication ...
2
votes
0answers
125 views
http payload logging on JBoss AS 7
Can anyone tell my how to enable logging of HTTP request and responce payloads on JBoss AS 7? I've found many tutorials, but none for the version 7.
Thanks!
6
votes
2answers
747 views
size of ICMP type 11 packet payload
What's the size of the ICMP packet payload when the type is 11, i.e. time exceeded?
Since it contains an IP header and the first 8 Bytes of the IP packet payload generating the ICMP message, I ...
0
votes
1answer
357 views
Transmitting additional data with h.264 frames using RTSP over TCP
In one of my applications i am trying to implement sending and receiving of H.264 frames encapsulated in an object which has other data types in it as well. The requirement is to transmit these frames ...
2
votes
2answers
88 views
How to get strong hash name of serialization policy file from server?
I need to send a simple message to server which based on gwt. As we know, in payload of the message is the strong hash name of serialization policy file of service we want to send message.
Where, in ...
1
vote
0answers
33 views
Program embedded inside an ISO
I'm trying to find a good way to embed some application / script inside / beside an ISO file. What I'm trying to achieve is having an cd image which can be used to kick-start its own installation via ...
1
vote
1answer
2k views
What is a “Payload”? e.g XML Payload
While browsing some web service docs, I came across the word "payload", "xml payload" ...
From wikipeida: "*Payload in computing (sometimes referred to as the actual or body data) is the ...
4
votes
3answers
358 views
PHP: extracting packed hexadecimal numbers from a string
I'm trying to extract packed hexadecimal numbers from a string. My application is communicating with a server which sends a string with a header followed by 2 byte packed hexadecimal numbers. There ...
2
votes
1answer
303 views
Customize the Payload content of push notification, when application in Background mode in iPhone?
I am implementing apple push notification into my app and i am getting the notification properly. But i have faced some problem, when the notification arrives into the application in background mode. ...
0
votes
2answers
611 views
Multiple Defer Loading instances | Javascript
I'm currently reading this article on Deferring the loading of Javascript:
https://developers.google.com/speed/docs/best-practices/payload#DeferLoadingJS
They use this script:
<script ...
0
votes
0answers
827 views
Using Scapy to send tcp payload: Why a byte is eaten?
My issue is as follows: I want to implement a listen service using scapy to stimulate a honeypot( because honeypot uses a fake ip, so I can't use OS sockets) and I choose scapy.
I implement a very ...
2
votes
1answer
355 views
Xtify Payload - Server Error
I am attempting to send a push notification to both android and iOS using xtify. I am able to do this, however, the payload information doesn't appear to be working for me. If I remove the payload, ...
1
vote
0answers
136 views
HttpURLConection - JSON Response isn't Complete
I am trying to send a request to the Grooveshark API using POST Payload and their requested methods, and I have found a problem. Allow me to show you my code first.
public void getResponse() throws ...



