Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
-5 votes
0 answers
36 views

Open e-mail client view with attachment and editable fields [closed]

I need some java code to open a mail client view with an attachment and the user is able to edit field like to: and body-text. I tried a lot, Destop.open does not support attachments. MimeMessage ...
Thorsten's user avatar
0 votes
0 answers
12 views

Suitelet error: The page you're looking for used information that you entered. Returning to that page might cause any action you took to be repeated

I hope you are doing well. I have developed suitelet script to design custom UI to select some checkboxes and show result in a sublist. Evrything works fine but when I reload the page I see this pop-...
Maira S's user avatar
  • 121
-3 votes
1 answer
90 views

UDP server in Go doesn't receive calls from Lua client [closed]

I have a UDP server set up in go, that reads from any address and then sends a response, and a client that sends the calls to the server. the client sends the calls successfully, but the server doesn'...
Dr-flimflam's user avatar
0 votes
0 answers
18 views

GraphQL: from object diff to input type

With the traditional REST APIs it seems far easier to build a client side model that you can build the request body out of the box by just using the differences of an JS object that has been changed. ...
rellampec's user avatar
  • 771
1 vote
1 answer
106 views

When is it safe to drop gRPC stub and channel in C++ (Callback API)?

I'm building a C++ gRPC client using the Callback API. The client sends many asynchronous RPCs, waits for all of them to complete, and then immediately exits. The problem: If the application exits ...
dornbirndevelops's user avatar
0 votes
0 answers
46 views

HTTP Error 500 Response Header Too Long Error In Netsuite suitescript 2.1

I hope you are doing well! I have created custom suitelet page to show saved search results in a suitelet sublist with checkboxes to select items and customers. Also developed client script to pass ...
Maira S's user avatar
  • 121
0 votes
0 answers
153 views

MCP client initialisation

Please help fix my mcp client error! I have a simple mcp server setup with streamable http. mcp server: mcp = FastMCP( name="example server", host="127.0.0.1", port=...
Startup Copilot's user avatar
0 votes
0 answers
27 views

How to put validation for item group sub components Netsuite client script?

I have a Netsuite requirement to put validation on quote items. If body level financial treatment field value is a or b then I have to set billable status as 'non billable' on all billable status line ...
Maira S's user avatar
  • 121
0 votes
0 answers
96 views

Connect using a Certificate for Authentication

Is there any way to connect to SQL Server 2022 using Client Certificate Authentication using an X.509 cert? From everything I can see it looks like this is not possible but where I am confused is it ...
Brandon M.'s user avatar
-1 votes
1 answer
75 views

Is it possible for a server to detect client-side DOM element manipulation?

When a user deletes a <p> element (or any DOM element) using browser developer tools/extensions, these changes are local and don’t notify the server. However, if the client specifically wants to ...
Umut Özkan's user avatar
0 votes
0 answers
18 views

GUI "Stop Clients" button doesn't close server and clients in multithreaded Python app (Spyder)

I have a client-server project where the server collects Mandelbrot images computed by different clients using multithreading. It contains 4 files, and files 1 and 2 must be run in different consoles. ...
Number_Pi's user avatar
-2 votes
1 answer
135 views

Postman Error: Unable to verify the first certificate with localhost

Currently I am working on .NET WebApi project which is using SSL authentication. I am the only one in the team who works on this project under Windows 11 and I am the only one who is unable to send ...
PackMan0's user avatar
1 vote
0 answers
42 views

Java socket client receives outdated serialized object despite server sending updated version [duplicate]

I'm trying to create a little multiplayer poker game for my friends that uses base java functions like swing and socket, but i can't get the client side JFrames to update correctly. The game is ...
brenden domsalla's user avatar
0 votes
0 answers
70 views

Oracle 19 client installation in windows: IsBuiltInAccount implications

Scenario is as follows: We have a legacy version of the oracle client install rsp file, which contains oracle.install.IsBuiltInAccount=false oracle.install.OracleHomeUserName=mydomain\myuser oracle....
glezo's user avatar
  • 908
0 votes
0 answers
17 views

Firewall issue or port blocking from a server-client application

I want to know how we can see a firewall issue or port issue for a server/client application via the Wireshark logs. When the client application fails, I have seen a RST,ACK. Is it due to the firewall ...
George's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
546