Daniol Thomas

Daniol Thomas

123 Articles Published

Articles by Daniol Thomas

Page 13 of 13

What are secured cookies in JavaScript?

Daniol Thomas
Daniol Thomas
Updated on 30-Jul-2019 2K+ Views

A secured cookie is a cookie that works with HTTP/HTTPS, known as a httpOnly cookie. These cookies are only used for HTTP requests, so unethical access though scripting is not possible. Therefore, cross-site scripting can be stopped, which in turn stops attacks.The secure attribute is always activated for secured cookies, so it is transmitted with encrypted connections, without any hassles and security issues. The httpOnly flag does not give cookie access to JavaScript or any non-HTTP methods. This is situated in the secure cookie header.The secure attribute and httpOnly flag ensure that the browser does not allow malicious scripts to ...

Read More

Storing Personal Information in LDAP/AD or in SAP HR module

Daniol Thomas
Daniol Thomas
Updated on 30-Jul-2019 190 Views

LDAP can store sensitive information but it is not recommended to store sensitive information in LDAP from a security point of view. This information should go to some HR information or you can also develop a middleware to store this information. You can use EMP ID to track this information back to middleware or LDAP.

Read More

Extract data from SAP system using ERPConnect

Daniol Thomas
Daniol Thomas
Updated on 30-Jul-2019 446 Views

As per my understanding of your question, the better option for you will be to code the selection in ABAP. Then you can wrap this selection in a function module which will be remote function call enabled. Then go ahead and use this module.But let’s say you are not able to use it, then only remaining option for you will be ‘RFC_READ_TABLE’ but it has got its own problems.

Read More
Showing 121–123 of 123 articles
« Prev 1 9 10 11 12 13 Next »
Advertisements