Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
request
- Page 1
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
2 Weeks Ago
by Erussuhsh
Hi I'm new android app development can you teach me
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
4 Weeks Ago
by usmanmalik57
… of our graph with two nodes. The graph routes every
request
to the Web Search tool and returns the response to…
Can I Use AI to Build a Block Management Website for Ilford Clients?
Programming
Web Development
1 Week Ago
by kearawill
… tools? The site needs standard features like: Property listings Service
request
forms (for tenants) Payment gateway Backend for property managers to…
Re: I’m trying to set up remote access using DDNS (No-IP) on my home net
Hardware and Software
Networking
1 Week Ago
by trcooke
…I propose could be happening when you make the same
request
using your DDNS service. There are two scenarios that … --> ISP --> Router --> ?? In both scenarios your
request
leaves your network via your Router and your ISP and… wrong place from there. In the second scenario, the
request
makes it back to your Router but the router doesn…
Re: Ensuring data consistency and integrity
Hardware and Software
Cloud-based Apps
3 Weeks Ago
by Dani
We make heavy use of PHP's [Memcached::getDelayedByKey](https://www.php.net/manual/en/memcached.getdelayedbykey.php) which requests multiple items all from a specific server (hashed on the server key, which is the Topic ID #). That ensures that when you pull up a topic, we can retrieve all items for that topic in one
request
, all from one server.
Re: Why am I getting a 401 Unauthorized error when calling the Management API?
Programming
Web Development
3 Weeks Ago
by Dani
Oh, it looks as if you're referring to auth0, as I see you've also posted [over there](https://community.auth0.com/t/why-am-i-getting-a-401-unauthorized-error-when-calling-the-management-api/185378). It says you've attached a diagram of the
request
flow but I'm not seeing it.
Re: Attn Publishers: Do you block AI bots?
Digital Media
1 Week Ago
by jkon
… requests, especially when we see that the ISP behind the
request
's IP is either a VPN, transit, or data-collecting…
Re: Can I Use AI to Build a Block Management Website for Ilford Clients?
Programming
Web Development
1 Week Ago
by trcooke
This feels like a solved problem. Have you done any research for existing "off the shelf" property sales / real estate website solutions? I would start there as it could save you and your client a whole bunch of time and money compared to building one yourself from scratch.
Re: Convert website to apk
Hardware and Software
Cloud-based Apps
2 Months Ago
by Reverend Jim
If that is a demand then don't expect much in the way of positive feedback. If it is a
request
for help then a polite tone and much more information will likely lead to a better response.
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by lennyli
> Are you sure IIS is configured to allow running external scripts? The document folder and asp file has security permission set to ALL rights for 'everyone'. In IIS, under handler mappings for .asp files, under
request
restriction/access, script was chosen (not execute) for feature permissions, all 'read' 'script' 'execute' are chosen
Re: Request.Form["value"] to get and to set ?
Programming
Web Development
15 Years Ago
by kvprajapati
… Flags); FieldInfo FormField =
Request
.GetType().GetField("_form", Flags); WritableMethod.Invoke(
Request
.Form, null);
Request
.Form["no"] …= "100"; FormField.SetValue(
Request
,
Request
.Form); ReadOnlyMethod.Invoke(
Request
.Form, null); Response.Write("<br…
Request empty in JSP ComboBox?
Programming
Web Development
14 Years Ago
by suncica2222
…; ) == "Predmeti") session.setAttribute("kombo",
request
.getParameter( "cmbx" )); */ if(b1.getKombo() != …vratiPredmete(); } // out.print("<h1>"+
request
.getParameter("drop1") +"</h1> </…
Request Dispatcher
Programming
Web Development
13 Years Ago
by mith_cool
… Addtocart servlet. AuthenticationServlet Code: [CODE] RequestDispatcher rd=
request
.getRequestDispatcher("/Addtocart"); rd.forward(
request
, response); response.sendRedirect("Addtocart"); [/CODE…
Request Query String and Display of SQL data
Programming
Web Development
14 Years Ago
by BilalAKhan
…I am using Response.Direct in the search page and
Request
.QueryString on the result page. The search page code is…[/CODE] Now note that if I do not enter the
Request
.QueryString code and give only binding code, it works perfectly… fine. Note another thing that I have tested the
Request
.QueryString code by putting the labels (You can see …
Re: Request Dispatcher
Programming
Web Development
13 Years Ago
by Rameshwar Soni
[CODE]RequestDispatcher rd=
request
.getRequestDispatcher("/Addtocart");[/CODE] I think it should have been [CODE]RequestDispatcher rd=
request
.getRequestDispatcher("Addtocart");[/CODE]
Request.QueryString Substring problem
Programming
Web Development
17 Years Ago
by ammwebmaster2
…;Verdana, Arial, Helvetica, sans-serif"><%
Request
.QueryString["donor"].ToString().Substring(1,9)%><…gt; </td> <td><%(
Request
.QueryString("donor").ToString().Substring(10,4))%>&…" type="hidden" value="<%
Request
.QueryString("donor").ToString().Substring(1,9)%>…
Request.php code error..Help plz!
Programming
Web Development
16 Years Ago
by kclove
…having a problem with my
request
code. I need to send a
request
to a friend and …never. I have attached my login and
request
codes along with the users and friends … header ("location:index.php"); } ?> // my
request
page <?php session_start(); friends2ID = $_GET["userID"]; …
Re: Request Form not Working: foreach() error message
Programming
Web Development
11 Years Ago
by diafol
…tutors... var mySerializedData = ...; // get the relevant fields from form var
request
= $.ajax({url: "folder/tutors.php", dataType: "…dt ) { $("#tutorlist").html( dt ); });
request
.fail(function( jqXHR, textStatus ) { alert( "
Request
failed: " + textStatus ); }); In the tutors.php…
Re: Request.QueryString Substring problem
Programming
Web Development
17 Years Ago
by Thirusha
… this: [code]<%[COLOR="Red"]=[/COLOR]
Request
.QueryString["donor"].ToString().Substring(1,9)%>…quot; type="hidden" value="<%
Request
.QueryString("donor").ToString().Substring(1,9)%>…donor" type="hidden"value='<%=
Request
.QueryString("donor").ToString().Substring(1,9)%>…
Request and Respond doesn't exist in new .NET framework..
Programming
Software Development
16 Years Ago
by sniper1983
… "My" doesn't support
request
and response on cookies anymore. ex. My.
Request
.Cookies("TestEmail") I have succeeded… have not been able to find the new way for
Request
. Can somebody help me doing this?
Re: Request and Respond doesn't exist in new .NET framework..
Programming
Software Development
16 Years Ago
by sniper1983
…You should find everything you need in them (and in
Request
namespaces of cource).[/QUOTE] Thank you for your help. I…might use it like this: System.Web.HttpContext.Current.
Request
.Cookies.Item("Role").Value() instead of My….
Request
.Cookies("Role").Value() I just don't…
request scope
Programming
Web Development
15 Years Ago
by hajjo
Hello all I am using the
request
scope. I have parent window, which opens a child window … click. Am using window.open That child window opened is
request
scope. Problem is, on that child window there is a… value. On every button click its considering it a new
request
. whats the probleM?? Its not normal. I am thinking of…
request.getParameter return null value
Programming
Web Development
13 Years Ago
by sagar2dumbre
… { alert ("Browser does not support HTTP
Request
") return } var url="wl_do.jsp… <body> <% String area=
request
.getParameter("area_id"); response.setContentType("text… i write [CODE]System.out.println(
request
.getParameter("emp")); [/CODE] …
Request.PathInfo is taking too much time to load!
Programming
Web Development
13 Years Ago
by kubi081
… wondering if you could help me with the problem of
Request
.PathInfo! The only difference between the two pages I will… refer below is
Request
.PathInfo I want to make clear urls, instead of id…/get.aspx?id=543[/URL] and here I have used
Request
.PathInfo to make url clear but it takes too much…
request object null
Programming
Web Development
12 Years Ago
by chandub
… validate method (struts)and bounces back, i'm loosing some
request
attributes that i had set for the page. In other… the validate method, the page comes back with a few
request
scope attributes missing. Is there a way to avoid that…
Request Form not Working: foreach() error message
Programming
Web Development
11 Years Ago
by ebanbury
… is ready to launch apart from one of the key
request
forms which is not working properly and I just can… /home/brighttu/public_html/dev/request_tutor.php on line 499 Your
request
has been sent and you will be contacted by our…-tutors.com](www.dev.bright-tutors.com) The form is: '
Request
A Tutor' I'm really desperate and would be so…
Request Processing in PHP
Programming
Web Development
11 Years Ago
by darne_1
…? More than that I'm concerned with e.g. once
request
is parsed through.htaccess ,mapped to the file and respone… incoming requests to the middle file, but to transfer the
request
to the actual file, require or include function are of…
Re: Request.form
Programming
Web Development
17 Years Ago
by mellamokb
…checkbox /> ... [/code] Example ASP processing code: [code] if
request
.form("chk1") = "on" then ' do …stuff if chk1 is checked end if if
request
.form("chk2") = "on" then '… do stuff if chk2 is checked end if if
request
.form("chk3") = "on" then '…
Re: Request.QueryString Substring problem
Programming
Web Development
17 Years Ago
by ajberrow
Is it because of the parentheses within the '<% %>' tags in this line? <td><%[COLOR="Red"][B]([/B][/COLOR]
Request
.QueryString("donor").ToString().Substring(10,4)[COLOR="red"][B])[/B][/COLOR]%></td>
Re: Request.php code error..Help plz!
Programming
Web Development
16 Years Ago
by kclove
…' at line 1",[/COLOR][/B] while error for the
request
.php says [COLOR="Green"][B]"Unknown column…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC